diff options
author | will <will@FreeBSD.org> | 2004-10-16 01:57:10 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2004-10-16 01:57:10 +0000 |
commit | 9516a0b27fd7a356deb85568493556d7c3db7740 (patch) | |
tree | 9ab5688fd33af446650740d4e5f1e86861233958 /audio/ezstream | |
parent | b657d5a7c0b13fde14439bf077d00b41d39fd9fe (diff) | |
download | FreeBSD-ports-9516a0b27fd7a356deb85568493556d7c3db7740.zip FreeBSD-ports-9516a0b27fd7a356deb85568493556d7c3db7740.tar.gz |
Fix a glaring bug: didn't account for NOPORTDOCS.
Submitted by: markus
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 1 | ||||
-rw-r--r-- | audio/ezstream/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index aca8427..f18c076 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes USE_LIBTOOL_VER= 13 + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/audio/ezstream/pkg-plist b/audio/ezstream/pkg-plist index 5ba45b8..b0a812c 100644 --- a/audio/ezstream/pkg-plist +++ b/audio/ezstream/pkg-plist @@ -1 +1,5 @@ bin/ezstream +%%PORTDOCS%%share/doc/ezstream/ezstream_m3u.xml +%%PORTDOCS%%share/doc/ezstream/ezstream_mp3.xml +%%PORTDOCS%%share/doc/ezstream/ezstream_vorbis.xml +%%PORTDOCS%%@dirrm share/doc/ezstream |