diff options
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 07a822f70d43..b355034607bf 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -50,8 +50,6 @@ MAN8= pkg.8 \ pkg-which.8 MAN5= pkg.conf.5 -PORTEXAMPLES= etc/pkg.conf.sample - .include <bsd.port.pre.mk> #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) @@ -72,9 +70,7 @@ post-install: @${MKDIR} ${PREFIX}/etc/periodic/security @${INSTALL_SCRIPT} ${WRKSRC}/scripts/periodic/410.pkg-audit ${PREFIX}/etc/periodic/security @${INSTALL_SCRIPT} ${WRKSRC}/ports/pkg2ng ${PREFIX}/sbin -.if !defined(NOPORTEXAMPLES) @${INSTALL_DATA} ${WRKSRC}/pkg/pkg.conf.sample ${PREFIX}/etc -.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index 07132dc2ebfe..5f542c955966 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -1,3 +1,4 @@ +etc/pkg.conf.sample sbin/pkg sbin/pkg-static sbin/pkg2ng |