mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +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
|
PORTNAME= debootstrap
|
||||||
PORTVERSION= 1.0.61
|
PORTVERSION= 1.0.61
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME}
|
||||||
MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME}
|
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= lifanov@mail.lifanov.com
|
MAINTAINER= lifanov@mail.lifanov.com
|
||||||
@ -34,7 +33,7 @@ post-patch:
|
|||||||
${WRKSRC}/debootstrap
|
${WRKSRC}/debootstrap
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \
|
${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \
|
||||||
${STAGEDIR}${PREFIX}/man/man8/debootstrap.8
|
${STAGEDIR}${MAN8PREFIX}/man/man8/debootstrap.8
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
@mode 0755
|
@(,,0755) sbin/debootstrap
|
||||||
sbin/debootstrap
|
|
||||||
@mode
|
|
||||||
man/man8/debootstrap.8.gz
|
man/man8/debootstrap.8.gz
|
||||||
%%DATADIR%%/functions
|
%%DATADIR%%/functions
|
||||||
%%DATADIR%%/scripts/breezy
|
%%DATADIR%%/scripts/breezy
|
||||||
@ -43,5 +41,3 @@ man/man8/debootstrap.8.gz
|
|||||||
%%DATADIR%%/scripts/wheezy
|
%%DATADIR%%/scripts/wheezy
|
||||||
%%DATADIR%%/scripts/woody
|
%%DATADIR%%/scripts/woody
|
||||||
%%DATADIR%%/scripts/woody.buildd
|
%%DATADIR%%/scripts/woody.buildd
|
||||||
@dirrm %%DATADIR%%/scripts
|
|
||||||
@dirrm %%DATADIR%%
|
|
||||||
|
Loading…
Reference in New Issue
Block a user