aboutsummaryrefslogtreecommitdiff
path: root/sysutils/debootstrap/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-09-23 11:43:19 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-09-23 11:43:19 +0000
commit2ef7b93817e3274646a03d1bf71c45f534ab1e07 (patch)
treeaed31faeb5166699d52c7804036074e32b60cdc2 /sysutils/debootstrap/Makefile
parentb5e0e0024064da258e5445b338e4486c3fc65563 (diff)
downloadports-2ef7b93817e3274646a03d1bf71c45f534ab1e07.tar.gz
ports-2ef7b93817e3274646a03d1bf71c45f534ab1e07.zip
- Simplify pkg-plist
While here: - Simplify MASTER_SITES - Unmute install command
Notes
Notes: svn path=/head/; revision=369046
Diffstat (limited to 'sysutils/debootstrap/Makefile')
-rw-r--r--sysutils/debootstrap/Makefile7
1 files changed, 3 insertions, 4 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>