diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 15:38:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 15:38:36 +0800 |
commit | 01c3c4c9fd7544bff01441b8a0668f83ae2d6366 (patch) | |
tree | 98bf26d57fcc6d1bcb17273dd4326904610a39e1 /audio | |
parent | 1a5870fa3867a32dd8ef7a38f3b3b132d035d1d9 (diff) | |
download | freebsd-ports-gnome-01c3c4c9fd7544bff01441b8a0668f83ae2d6366.tar.gz freebsd-ports-gnome-01c3c4c9fd7544bff01441b8a0668f83ae2d6366.tar.zst freebsd-ports-gnome-01c3c4c9fd7544bff01441b8a0668f83ae2d6366.zip |
Support staging
Diffstat (limited to 'audio')
-rw-r--r-- | audio/autocd/Makefile | 16 | ||||
-rw-r--r-- | audio/autocd/pkg-plist | 8 |
2 files changed, 12 insertions, 12 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile index a096f6eb5bbb..7af78550b167 100644 --- a/audio/autocd/Makefile +++ b/audio/autocd/Makefile @@ -10,24 +10,16 @@ MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ MAINTAINER= KOT@MATPOCKuH.Ru COMMENT= Compact disc control utility -NO_STAGE= yes GNU_CONFIGURE= yes -MAN1= cdctl.1 acdplay.1 -MAN8= autocd.8 -MLINKS= cdctl.1 eject.1 cdctl.1 pause.1 -PLIST_FILES= sbin/autocd bin/acdplay bin/cdctl bin/pause bin/eject + PORTDOCS= README.rus.html USE_RC_SUBR= autocd -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/audio/autocd/pkg-plist b/audio/autocd/pkg-plist new file mode 100644 index 000000000000..9b343a716db3 --- /dev/null +++ b/audio/autocd/pkg-plist @@ -0,0 +1,8 @@ +bin/acdplay +bin/cdctl +bin/eject +bin/pause +sbin/autocd +man/man1/acdplay.1.gz +man/man1/cdctl.1.gz +man/man8/autocd.8.gz |