diff options
author | will <will@FreeBSD.org> | 2004-10-16 09:57:10 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2004-10-16 09:57:10 +0800 |
commit | 9516a0b27fd7a356deb85568493556d7c3db7740 (patch) | |
tree | 9ab5688fd33af446650740d4e5f1e86861233958 /audio | |
parent | b657d5a7c0b13fde14439bf077d00b41d39fd9fe (diff) | |
download | freebsd-ports-graphics-9516a0b27fd7a356deb85568493556d7c3db7740.tar.gz freebsd-ports-graphics-9516a0b27fd7a356deb85568493556d7c3db7740.tar.zst freebsd-ports-graphics-9516a0b27fd7a356deb85568493556d7c3db7740.zip |
Fix a glaring bug: didn't account for NOPORTDOCS.
Submitted by: markus
Diffstat (limited to 'audio')
-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 aca8427176c..f18c07639b4 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 5ba45b82ec9..b0a812c7a09 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 |