aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:11:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:11:57 +0000
commitd05213cb21b2be58a666a1ebc2e6bd44e3d2ca1b (patch)
tree0824ac51bb9e72d7c148807869ae50738eb30da1
parent4e48e331534c88ae7e0e3981f8f55e5547837963 (diff)
downloadports-d05213cb21b2be58a666a1ebc2e6bd44e3d2ca1b.tar.gz
ports-d05213cb21b2be58a666a1ebc2e6bd44e3d2ca1b.zip
Notes
-rw-r--r--audio/autocd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile
index 1d449e1d0468..821c9eba0bc7 100644
--- a/audio/autocd/Makefile
+++ b/audio/autocd/Makefile
@@ -21,17 +21,11 @@ MLINKS= cdctl.1 eject.1 cdctl.1 pause.1
PLIST_FILES= sbin/autocd bin/acdplay bin/cdctl bin/pause bin/eject
PORTDOCS= README.rus.html
-.include <bsd.port.pre.mk>
-
USE_RC_SUBR= yes
RC_SUFX= .sh
SED_SCRIPT+= -e '{ s,%%PREFIX%%,${PREFIX},g; s,%%RC_SUBR%%,${RC_SUBR},g; }'
PLIST_FILES+= etc/rc.d/autocd${RC_SUFX}
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
post-build:
@${SED} ${SED_SCRIPT} ${FILESDIR}/autocd.sh >${WRKDIR}/autocd.sh
@@ -42,4 +36,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>