diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-25 07:04:59 +0800 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-25 07:04:59 +0800 |
commit | 31a07d6e675fae603e9eebc0caaf1b412403a8ab (patch) | |
tree | 111698869983a6ffcd1835ea7aedbfeb9476150a /audio | |
parent | 6abfadc14158cf6c25b656eb088c916d8a9d49ec (diff) | |
download | freebsd-ports-gnome-31a07d6e675fae603e9eebc0caaf1b412403a8ab.tar.gz freebsd-ports-gnome-31a07d6e675fae603e9eebc0caaf1b412403a8ab.tar.zst freebsd-ports-gnome-31a07d6e675fae603e9eebc0caaf1b412403a8ab.zip |
Delete ${CAT} pkg-message to fix building
Bump PORTREVISION
PR: 30036
Submitted by: leeym@utopia.leeym.com
Diffstat (limited to 'audio')
-rw-r--r-- | audio/raproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile index 7c6f787d10dc..05a1d967a74f 100644 --- a/audio/raproxy/Makefile +++ b/audio/raproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= raproxy PORTVERSION= 3.0b1 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://docs.real.com/proxykit/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -31,6 +32,5 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ ${PREFIX}/share/doc/raproxy .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |