diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-20 21:57:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-20 21:57:20 +0800 |
commit | ff934a7d749f644b2d1f330c56f56cdcaf21bb23 (patch) | |
tree | df2c16d86960670916d5664cc250230c72d18389 /audio/ezstream | |
parent | 35772ff3678dd29ceec4a44fe691b0d30f6662e0 (diff) | |
download | freebsd-ports-gnome-ff934a7d749f644b2d1f330c56f56cdcaf21bb23.tar.gz freebsd-ports-gnome-ff934a7d749f644b2d1f330c56f56cdcaf21bb23.tar.zst freebsd-ports-gnome-ff934a7d749f644b2d1f330c56f56cdcaf21bb23.zip |
Clean up some now useless PLIST_DIRS*
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index d4cc7ac25abd..136fb12c5cda 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -31,7 +31,6 @@ PORTEXAMPLES= ezstream_metadata.xml ezstream_mp3.xml \ ezstream_vorbis.xml meta.sh play.sh PLIST_FILES= bin/ezstream bin/ezstream-file.sh etc/ezstream/ezstream.xml \ man/man1/ezstream-file.sh.1.gz man/man1/ezstream.1.gz -PLIST_DIRS= ${ETCDIR} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |