ea28ca5ce9
Originally ported by Alexander Kabaev <kan@freebsd.org> as part of the XFS for FreeBSD project ( http://people.freebsd.org/~rodrigc/xfs/ ) and handed over to me for maintainership. PR: ports/81789 Approved by: demon (ports mentor), das (mentor)
11 lines
315 B
Text
11 lines
315 B
Text
--- include/buildmacros.orig Sat Aug 16 01:41:15 2003
|
|
+++ include/buildmacros Sat Aug 16 01:41:48 2003
|
|
@@ -54,8 +54,6 @@
|
|
$(LFILES:.l=.o) \
|
|
$(YFILES:%.y=%.tab.o)
|
|
|
|
-INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
|
|
-
|
|
SHELL = /bin/sh
|
|
IMAGES_DIR = $(TOPDIR)/all-images
|
|
DIST_DIR = $(TOPDIR)/dist
|