aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3ck
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2014-05-18 02:20:39 +0800
committererwin <erwin@FreeBSD.org>2014-05-18 02:20:39 +0800
commit807ae850ce7303415a0f89a3a93b46f712ff1152 (patch)
tree72ad29ecec2555aa0f6994eb3305261c8443a1ba /audio/mp3ck
parentb24eb935ae38efcc6451858800cc114bad5c05d7 (diff)
downloadfreebsd-ports-gnome-807ae850ce7303415a0f89a3a93b46f712ff1152.tar.gz
freebsd-ports-gnome-807ae850ce7303415a0f89a3a93b46f712ff1152.tar.zst
freebsd-ports-gnome-807ae850ce7303415a0f89a3a93b46f712ff1152.zip
Stagify
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'audio/mp3ck')
-rw-r--r--audio/mp3ck/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile
index 597f4b59d1ac..d966fb038b91 100644
--- a/audio/mp3ck/Makefile
+++ b/audio/mp3ck/Makefile
@@ -9,8 +9,10 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A consistency check utility for MPEG Layer 2 or 3 files or streams
-MAN1= mp3ck.1
-PLIST_FILES= bin/mp3ck
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+
+PLIST_FILES= bin/mp3ck man/man1/mp3ck.1.gz
.include <bsd.port.mk>