diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-26 18:14:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-26 18:14:12 +0800 |
commit | e712ce4a03a18798aa465676feea93a70aa95431 (patch) | |
tree | 891735183c01e1a95d104b9f4325ecd1c78b460f /ports-mgmt/pkg | |
parent | 3f70ae31460fa93fceeeddf17b72df29b58f6369 (diff) | |
download | freebsd-ports-gnome-e712ce4a03a18798aa465676feea93a70aa95431.tar.gz freebsd-ports-gnome-e712ce4a03a18798aa465676feea93a70aa95431.tar.zst freebsd-ports-gnome-e712ce4a03a18798aa465676feea93a70aa95431.zip |
pkg.conf.sample is not a PORTEXAMPLE
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 |