aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3rename
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-25 16:22:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-25 16:22:18 +0000
commitb80469ee75b14d9bf02ac473c6ae635315a08e46 (patch)
tree73aabb0b7e8149a68b93eb5da27abf88152823a3 /audio/mp3rename
parent6222217c477458af7ea7b6812165deab4ccb8b83 (diff)
downloadports-b80469ee75b14d9bf02ac473c6ae635315a08e46.tar.gz
ports-b80469ee75b14d9bf02ac473c6ae635315a08e46.zip
Remove references to nonexistent manpage.
Reported by: bento
Notes
Notes: svn path=/head/; revision=28753
Diffstat (limited to 'audio/mp3rename')
-rw-r--r--audio/mp3rename/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile
index 3762f458491e..45206a98bd38 100644
--- a/audio/mp3rename/Makefile
+++ b/audio/mp3rename/Makefile
@@ -14,10 +14,7 @@ MAINTAINER= janssen@rendo.dekooi.nl
FETCH_BEFORE_ARGS= -b
-MAN1= mp3rename.1
-MANCOMPRESSED= yes
-
-post-install:
- strip ${PREFIX}/bin/mp3rename
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mp3rename $(PREFIX)/bin/mp3rename
.include <bsd.port.mk>