aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3rename
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-05-26 00:22:18 +0800
committersobomax <sobomax@FreeBSD.org>2000-05-26 00:22:18 +0800
commitf42bf3956254a69ea472184a95c7c156807816af (patch)
treeb6f4bd000bd96056df5f0aa2501581b6d63bef87 /audio/mp3rename
parentddf26109b629bb80f35b46eefaccac274b7ca72e (diff)
downloadfreebsd-ports-gnome-f42bf3956254a69ea472184a95c7c156807816af.tar.gz
freebsd-ports-gnome-f42bf3956254a69ea472184a95c7c156807816af.tar.zst
freebsd-ports-gnome-f42bf3956254a69ea472184a95c7c156807816af.zip
Remove references to nonexistent manpage.
Reported by: bento
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>