diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2014-05-17 18:20:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2014-05-17 18:20:39 +0000 |
commit | 97ef7b801c5f96c5f25d410a0bf9ef0cf5dc6eab (patch) | |
tree | 72ad29ecec2555aa0f6994eb3305261c8443a1ba /audio/mp3ck/Makefile | |
parent | 46a53638d333fe49f9e6577bf95cc798176566e2 (diff) | |
download | ports-97ef7b801c5f96c5f25d410a0bf9ef0cf5dc6eab.tar.gz ports-97ef7b801c5f96c5f25d410a0bf9ef0cf5dc6eab.zip |
Notes
Diffstat (limited to 'audio/mp3ck/Makefile')
-rw-r--r-- | audio/mp3ck/Makefile | 8 |
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> |