diff options
author | jhale <jhale@FreeBSD.org> | 2014-09-23 19:43:19 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-09-23 19:43:19 +0800 |
commit | 19f057bae1315030c976185101f2c372fc35ff22 (patch) | |
tree | aed31faeb5166699d52c7804036074e32b60cdc2 | |
parent | ce005ed7055500a3590436249f14dc2fb6f49122 (diff) | |
download | freebsd-ports-gnome-19f057bae1315030c976185101f2c372fc35ff22.tar.gz freebsd-ports-gnome-19f057bae1315030c976185101f2c372fc35ff22.tar.zst freebsd-ports-gnome-19f057bae1315030c976185101f2c372fc35ff22.zip |
- Simplify pkg-plist
While here:
- Simplify MASTER_SITES
- Unmute install command
-rw-r--r-- | sysutils/debootstrap/Makefile | 7 | ||||
-rw-r--r-- | sysutils/debootstrap/pkg-plist | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index a9dde782c4e7..431c4770d900 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -4,8 +4,7 @@ PORTNAME= debootstrap PORTVERSION= 1.0.61 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} +MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lifanov@mail.lifanov.com @@ -34,7 +33,7 @@ post-patch: ${WRKSRC}/debootstrap post-install: - @${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \ - ${STAGEDIR}${PREFIX}/man/man8/debootstrap.8 + ${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \ + ${STAGEDIR}${MAN8PREFIX}/man/man8/debootstrap.8 .include <bsd.port.mk> diff --git a/sysutils/debootstrap/pkg-plist b/sysutils/debootstrap/pkg-plist index 3241ae0c99f9..4babbaac9a14 100644 --- a/sysutils/debootstrap/pkg-plist +++ b/sysutils/debootstrap/pkg-plist @@ -1,6 +1,4 @@ -@mode 0755 -sbin/debootstrap -@mode +@(,,0755) sbin/debootstrap man/man8/debootstrap.8.gz %%DATADIR%%/functions %%DATADIR%%/scripts/breezy @@ -43,5 +41,3 @@ man/man8/debootstrap.8.gz %%DATADIR%%/scripts/wheezy %%DATADIR%%/scripts/woody %%DATADIR%%/scripts/woody.buildd -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%% |