diff options
author | arved <arved@FreeBSD.org> | 2006-01-17 21:19:47 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-01-17 21:19:47 +0800 |
commit | 4d0c17cd86ec5455d218c2b1d9dd3befefddbc29 (patch) | |
tree | c41efd4eba939a9ee0058c01c0d6cf339af5f614 /audio/rio500/Makefile | |
parent | 8623e9c9ce70bbc41efae138239fff5ec37c7698 (diff) | |
download | freebsd-ports-gnome-4d0c17cd86ec5455d218c2b1d9dd3befefddbc29.tar.gz freebsd-ports-gnome-4d0c17cd86ec5455d218c2b1d9dd3befefddbc29.tar.zst freebsd-ports-gnome-4d0c17cd86ec5455d218c2b1d9dd3befefddbc29.zip |
Don't install getopt.h
PR: 91904
Submitted by: Joseph Kerian <jkerian@gmail.com>
Diffstat (limited to 'audio/rio500/Makefile')
-rw-r--r-- | audio/rio500/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index bbe15ce5a997..471a792c6265 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -7,6 +7,7 @@ PORTNAME= rio500 PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,5 +29,6 @@ post-patch: ${REINPLACE_CMD} -e "s,byteswap.h,sys/endian.h," \ ${WRKSRC}/lib/libfon.c \ ${WRKSRC}/lib/librio500.c + ${REINPLACE_CMD} -e "s,getopt.h,," ${WRKSRC}/include/Makefile.in .include <bsd.port.post.mk> |