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 | |
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')
-rw-r--r-- | audio/rio500/Makefile | 2 | ||||
-rw-r--r-- | audio/rio500/pkg-plist | 1 |
2 files changed, 2 insertions, 1 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> diff --git a/audio/rio500/pkg-plist b/audio/rio500/pkg-plist index 97d5f4bb3eb9..58656cc5a4ed 100644 --- a/audio/rio500/pkg-plist +++ b/audio/rio500/pkg-plist @@ -6,7 +6,6 @@ bin/rio_font_info bin/rio_format bin/rio_get_song bin/rio_stat -include/getopt.h include/libfon.h include/libpsf.h include/librio500.h |