diff options
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 22 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/distinfo | 4 |
2 files changed, 14 insertions, 12 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 16bd6a44571b..0e2f8c009476 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -6,27 +6,29 @@ # PORTNAME= pkg_install -PORTVERSION= 20090902 -PORTREVISION= 0 +PORTVERSION= 20120822 CATEGORIES= ports-mgmt -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.FreeBSD.org/~flz/distfiles/pkg_install/ -MASTER_SITE_SUBDIR= flz/pkg_install +MASTER_SITES= LOCAL/bapt \ + http://people.FreeBSD.org/~bapt/distfiles/ MAINTAINER= portmgr@FreeBSD.org COMMENT= FreeBSD -STABLE version of the package tools +LICENSE= BSD + MANCOMPRESSED= yes MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 \ pkg_info.1 pkg_updating.1 pkg_version.1 MAKE_ARGS= -DNO_OBJ -DNO_CRYPT -DNO_OPENSSL -OPTIONS= WRAPPER "Use ports version instead of base if more recent" on +OPTIONS_DEFINE= WRAPPER +OPTIONS_DEFAULT= WRAPPER +WRAPPER_DESC= Use ports version instead of base if more recent -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_WRAPPER) +.if ${PORT_OPTIONS:MWRAPPER} PLIST_SUB+= WRAPPER="" .else PLIST_SUB+= WRAPPER="@comment " @@ -38,7 +40,7 @@ pre-configure: ${FILESDIR}/Makefile.inc > ${WRKDIR}/Makefile.inc # This enables the wrapper -.if !defined(WITHOUT_WRAPPER) +.if ${PORT_OPTIONS:MWRAPPER} post-install: ${ECHO} "${PORTVERSION} ${PREFIX}/sbin" > /var/db/${PORTNAME}.conf .endif @@ -51,4 +53,4 @@ deinstall: fi @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/ports-mgmt/pkg_install/distinfo b/ports-mgmt/pkg_install/distinfo index 7da82627bcd5..c438a237e66d 100644 --- a/ports-mgmt/pkg_install/distinfo +++ b/ports-mgmt/pkg_install/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg_install-20090902.tar.gz) = 6ec6c76a9dc1155b5ab16b34a15ad5d0115883410c782d76f505a18bf32f61c6 -SIZE (pkg_install-20090902.tar.gz) = 84760 +SHA256 (pkg_install-20120822.tar.gz) = 0091361a3d08f955470be2a2e2c562367dfc6b5014ccd77339f3fb64a7f85651 +SIZE (pkg_install-20120822.tar.gz) = 82328 |