summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-09-12 23:25:19 +0000
committerlioux <lioux@FreeBSD.org>2001-09-12 23:25:19 +0000
commit3930be2f208bb9cdbf5550cef43320b366dd583f (patch)
tree47bb1b69bcc283e75c55abf6b13aec522870a423 /misc
parent82a76326662e34c314c272bfd71bba27b972cb6d (diff)
downloadFreeBSD-ports-3930be2f208bb9cdbf5550cef43320b366dd583f.zip
FreeBSD-ports-3930be2f208bb9cdbf5550cef43320b366dd583f.tar.gz
o style fixes
o honor PREFIX PR: 30389 Submitted by: MAINTAINER
Diffstat (limited to 'misc')
-rw-r--r--misc/findutils/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index 5735be0..92b6f7e 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -14,21 +14,20 @@ MASTER_SITE_SUBDIR= findutils
MAINTAINER= clefevre@citeweb.net
-GNU_CONFIGURE= yes
-
-#
# Global variables
#
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g # --localstatedir=${LOCALSTATEDIR}
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
USE_GMAKE= yes
+# PREFIX isn't honored. force it w/ prefix.
+MAKE_ARGS+= prefix=${PREFIX}
MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1
MAN5= glocatedb.5
-#
# Local variables
#
@@ -36,14 +35,12 @@ LOCALSTATEDIR?= /var/db
INSTALL_INFO?= install-info
-#
# Post-extract
#
post-extract:
@${RM} -f ${WRKSRC}/doc/${PORTNAME:S/utils//}.info*
-#
# Post-patch
#
@@ -51,7 +48,6 @@ post-patch:
@${PERL} -pi.fbsd -e 's|makeinfo|makeinfo --no-split|g' \
${WRKSRC}/doc/Makefile.in
-#
# Post-configure
#
@@ -60,7 +56,6 @@ post-configure:
@${PERL} -pi.fbsd -e 's|\$$\(prefix\)/var|${LOCALSTATEDIR}|g' \
${WRKSRC}/Makefile ${WRKSRC}/locate/Makefile
-#
# Post-install
#
OpenPOWER on IntegriCloud