summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 18:22:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 18:22:34 +0000
commita5d09efe487d231e79aa2a091461a5880c9f0943 (patch)
treea4ee4ee4400f3104613a6980e2d51bcad846bf93 /audio
parentSupport stage (diff)
support stage
Notes
Notes: svn path=/head/; revision=337592
Diffstat (limited to 'audio')
-rw-r--r--audio/dagrab/Makefile9
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>