diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-31 15:25:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-31 15:25:10 +0000 |
commit | cbfbb09bda649df5d3c566f6c542b3c09b9dec76 (patch) | |
tree | 7fd88315a77eaccd1fc0101f68b453f1c8966b91 /audio | |
parent | ade61ad48230e993ca4567a7dd1fc68399fd526c (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/yell/Makefile | 12 | ||||
-rw-r--r-- | audio/yell/distinfo | 4 |
2 files changed, 4 insertions, 12 deletions
diff --git a/audio/yell/Makefile b/audio/yell/Makefile index 4229511d501c..c5d3633b0674 100644 --- a/audio/yell/Makefile +++ b/audio/yell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yell -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= CRITICAL @@ -21,14 +21,6 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS= SUID "Set the setuid bit on the yell program" off -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} >= 601000 - @${REINPLACE_CMD} -e 's|machine/speaker.h|dev/speaker/speaker.h|' \ - ${WRKSRC}/${PORTNAME}.c -.endif - do-build: ${CC} ${WRKSRC}/yell.c ${CFLAGS} -o ${WRKSRC}/${PORTNAME} @@ -39,4 +31,4 @@ do-install: ${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/yell/distinfo b/audio/yell/distinfo index b3b5da510eab..b3e354b0abfb 100644 --- a/audio/yell/distinfo +++ b/audio/yell/distinfo @@ -1,2 +1,2 @@ -SHA256 (yell-1.0.tar.gz) = 4446dbb68bccb6b56549b400d0c426bd1b48145de58c19938eabd8238dc3107f -SIZE (yell-1.0.tar.gz) = 914 +SHA256 (yell-1.1.tar.gz) = aadc8e5babde0116253312b58be1ea940ddee7fbeadb2e21d9eb98a1cb7cabc6 +SIZE (yell-1.1.tar.gz) = 919 |