diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:34 +0800 |
commit | 3dba91a22429cd115ee19b084e7ccc4ff92e6386 (patch) | |
tree | fd15c3381ec61d028f3ab71e00978dd20b1fdc15 /audio | |
parent | d89930c661ce582ae6d466260bcb7e1238fdce14 (diff) | |
download | freebsd-ports-gnome-3dba91a22429cd115ee19b084e7ccc4ff92e6386.tar.gz freebsd-ports-gnome-3dba91a22429cd115ee19b084e7ccc4ff92e6386.tar.zst freebsd-ports-gnome-3dba91a22429cd115ee19b084e7ccc4ff92e6386.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sidplayer/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/sidplayer/Makefile b/audio/sidplayer/Makefile index 6cf75f6b729f..df22c50bd7f9 100644 --- a/audio/sidplayer/Makefile +++ b/audio/sidplayer/Makefile @@ -29,10 +29,8 @@ post-patch: do-install: ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR} -.endif post-install: @${ECHO_MSG} "==============================================================" |