diff options
Diffstat (limited to 'audio/ksmp3play')
-rw-r--r-- | audio/ksmp3play/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index bb4194da3fc6..48df0038950f 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -23,8 +23,10 @@ MAN1= ksmp3play.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${TAR} -C ${WRKSRC}/doc --exclude "CVS" -cf - . | \ ${TAR} -C ${DOCSDIR} --unlink -xf - |