diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-12 23:25:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-12 23:25:19 +0000 |
commit | 3bb459985d402f9c022a80ca4269296215a6b114 (patch) | |
tree | 0eea08565447536c6ee3faaf35f1ec3339b0849b /misc/findutils/Makefile | |
parent | 1340b8838e8fad9618c51e805205b0799222f39f (diff) | |
download | ports-3bb459985d402f9c022a80ca4269296215a6b114.tar.gz ports-3bb459985d402f9c022a80ca4269296215a6b114.zip |
o style fixes
o honor PREFIX
PR: 30389
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=47773
Diffstat (limited to 'misc/findutils/Makefile')
-rw-r--r-- | misc/findutils/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index 5735be0ab166..92b6f7ee2914 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 # |