diff options
author | Will Andrews <will@FreeBSD.org> | 2004-10-16 01:57:10 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2004-10-16 01:57:10 +0000 |
commit | 0c1b8e27fee57b9c06d7abd54c1cc4e6e5154b2c (patch) | |
tree | 90fcbaf1727a663d9d726f4d6e1c87e78bd15ce7 | |
parent | Add clamassassin (diff) |
Fix a glaring bug: didn't account for NOPORTDOCS.
Submitted by: markus
-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 aca8427176c0..f18c07639b4c 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 5ba45b82ec98..b0a812c7a099 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 |