diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:11:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:11:57 +0800 |
commit | e831b99967673a8ece9c662883ea3adcdd3bd414 (patch) | |
tree | acffff783f9a4870305e64919c5f943f7b4af444 | |
parent | 39d5527ee3bed491150537700863dc865f41487b (diff) | |
download | freebsd-ports-gnome-e831b99967673a8ece9c662883ea3adcdd3bd414.tar.gz freebsd-ports-gnome-e831b99967673a8ece9c662883ea3adcdd3bd414.tar.zst freebsd-ports-gnome-e831b99967673a8ece9c662883ea3adcdd3bd414.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111648
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
-rw-r--r-- | audio/autocd/Makefile | 8 |
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> |