diff options
-rw-r--r-- | audio/holyshout/Makefile | 4 | ||||
-rw-r--r-- | audio/holyshout/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index 83660bff7c39..794e35d35ca3 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -6,7 +6,7 @@ # PORTNAME= holyshout -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= audio net MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ @@ -18,5 +18,7 @@ USE_REINPLACE= yes post-patch: (find ${WRKSRC} -name Makefile | xargs ${REINPLACE_CMD} -e \ "s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g") + ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ + ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/audio/holyshout/distinfo b/audio/holyshout/distinfo index 00e43350857f..3923d26697af 100644 --- a/audio/holyshout/distinfo +++ b/audio/holyshout/distinfo @@ -1 +1 @@ -MD5 (holyshout-0.1.2.tar.gz) = e64184e6820e7c08de0f30f4a699296b +MD5 (holyshout-0.1.3.tar.gz) = b70cc1d66ca93d781bd051cb3a350329 |