aboutsummaryrefslogtreecommitdiff
path: root/audio/modplugplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:52:21 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:52:21 +0000
commit2e5347c22c5d6ab9394c27f43a22f206ad07a4e1 (patch)
treececb57f06a554529b3a28ab799173fda627f3c92 /audio/modplugplay
parent431b872315c4922805bed70e6b63c840194811ac (diff)
downloadports-2e5347c22c5d6ab9394c27f43a22f206ad07a4e1.tar.gz
ports-2e5347c22c5d6ab9394c27f43a22f206ad07a4e1.zip
Notes
Diffstat (limited to 'audio/modplugplay')
-rw-r--r--audio/modplugplay/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/modplugplay/Makefile b/audio/modplugplay/Makefile
index 38bb3e0eef6c..0c58ea81a37c 100644
--- a/audio/modplugplay/Makefile
+++ b/audio/modplugplay/Makefile
@@ -16,9 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= modplug.1:${PORTSDIR}/audio/libmodplug
-NO_STAGE= yes
-MAN1= modplugplay.1
-PLIST_FILES= bin/modplugplay
+PLIST_FILES= bin/modplugplay man/man1/modplugplay.1.gz
CFLAGS+= -I${LOCALBASE}/include/libmodplug -L${LOCALBASE}/lib
LDFLAGS+= -lmodplug
@@ -28,7 +26,7 @@ do-build:
-o ${WRKSRC}/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>