diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-24 23:04:59 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-24 23:04:59 +0000 |
commit | 5a269a51cc2e17fe5f22f9f47784aacb1685e662 (patch) | |
tree | 49d7c43dc3bc309f2144225b8fe810138fc43fde /audio/raproxy | |
parent | f970c8d7a3aca8abb2fe461ac3f8e17381947c58 (diff) | |
download | FreeBSD-ports-5a269a51cc2e17fe5f22f9f47784aacb1685e662.zip FreeBSD-ports-5a269a51cc2e17fe5f22f9f47784aacb1685e662.tar.gz |
Delete ${CAT} pkg-message to fix building
Bump PORTREVISION
PR: 30036
Submitted by: leeym@utopia.leeym.com
Diffstat (limited to 'audio/raproxy')
-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 7c6f787..05a1d96 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> |