diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 02:22:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 02:22:34 +0800 |
commit | d8a21b84319058c9df23eda74c31f8f2de681c98 (patch) | |
tree | a4ee4ee4400f3104613a6980e2d51bcad846bf93 /audio/dagrab | |
parent | 501aeb5e429c2bc9c4085b452da6ce365d3c8c38 (diff) | |
download | freebsd-ports-gnome-d8a21b84319058c9df23eda74c31f8f2de681c98.tar.gz freebsd-ports-gnome-d8a21b84319058c9df23eda74c31f8f2de681c98.tar.zst freebsd-ports-gnome-d8a21b84319058c9df23eda74c31f8f2de681c98.zip |
support stage
Diffstat (limited to 'audio/dagrab')
-rw-r--r-- | audio/dagrab/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/dagrab/Makefile b/audio/dagrab/Makefile index 7fdac77c202c..8626b2d65e93 100644 --- a/audio/dagrab/Makefile +++ b/audio/dagrab/Makefile @@ -11,12 +11,11 @@ MASTER_SITE_SUBDIR= apps/sound/cdrom MAINTAINER= clkao@CirX.ORG COMMENT= Read audio tracks from a CD into wav sound files -NO_STAGE= yes -MAN1= dagrab.1 -PLIST_FILES= bin/dagrab +PLIST_FILES= bin/dagrab \ + man/man1/dagrab.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |