diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-26 00:22:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-26 00:22:18 +0800 |
commit | f42bf3956254a69ea472184a95c7c156807816af (patch) | |
tree | b6f4bd000bd96056df5f0aa2501581b6d63bef87 /audio/mp3rename | |
parent | ddf26109b629bb80f35b46eefaccac274b7ca72e (diff) | |
download | freebsd-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/Makefile | 7 |
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> |