diff options
Diffstat (limited to 'audio/vitunes/Makefile')
-rw-r--r-- | audio/vitunes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vitunes/Makefile b/audio/vitunes/Makefile index 87efb8ecf8f9..d822fd788a17 100644 --- a/audio/vitunes/Makefile +++ b/audio/vitunes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vitunes -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= audio MASTER_SITES= http://www.vitunes.org/files/ \ http://mirror.4bit.ws/ \ @@ -26,5 +26,6 @@ MAN1= vitunes.1 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '26d' ${WRKSRC}/vitunes.h .include <bsd.port.mk> |