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 /audio/ezstream/Makefile | |
parent | af86081561acd4715d3195884a44eb1e559c7403 (diff) | |
download | ports-0c1b8e27fee57b9c06d7abd54c1cc4e6e5154b2c.tar.gz ports-0c1b8e27fee57b9c06d7abd54c1cc4e6e5154b2c.zip |
Notes
Diffstat (limited to 'audio/ezstream/Makefile')
-rw-r--r-- | audio/ezstream/Makefile | 1 |
1 files changed, 1 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} |