diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-20 13:19:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-20 13:19:36 +0000 |
commit | 171c05ce034baf4e35fafe5892f7a6d01dd19bd9 (patch) | |
tree | f2596f01a37c9d739fd7b9d0b9b90504b5d4f23b /ports-mgmt/pkg_install/Makefile | |
parent | 9a5207b1cb86eaafe7b5de7b03be245036b63de7 (diff) | |
download | ports-171c05ce034baf4e35fafe5892f7a6d01dd19bd9.tar.gz ports-171c05ce034baf4e35fafe5892f7a6d01dd19bd9.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkg_install/Makefile')
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 1ade816e3252..8b9b06fa3ecb 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -7,6 +7,7 @@ PORTNAME= pkg_install PORTVERSION= 20080708 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~flz/distfiles/pkg_install/ @@ -25,6 +26,12 @@ OPTIONS= WRAPPER "Use ports version instead of base if more recent" on .include <bsd.port.pre.mk> +.if !defined(WITHOUT_WRAPPER) +PLIST_SUB+= WRAPPER="" +.else +PLIST_SUB+= WRAPPER="@comment " +.endif + pre-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%MANPREFIX%%,${MANPREFIX},g' \ |