mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
- Simplify pkg-plist
While here: - Simplify MASTER_SITES - Unmute install command
This commit is contained in:
parent
b5e0e00240
commit
2ef7b93817
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369046
@ -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>
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user