diff options
Diffstat (limited to 'audio/mp3rename/Makefile')
-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> |