remove a step durring post-install that is unnecessary now that the port

is using a Fake install setup.
This commit is contained in:
brad 2000-08-03 08:32:44 +00:00
parent 1a2fcddb09
commit a3fce1a40c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2000/07/20 10:34:52 brad Exp $
# $OpenBSD: Makefile,v 1.25 2000/08/03 08:32:44 brad Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
DISTNAME= BitchX-1.0c16
@ -45,7 +45,6 @@ WRKDIST= ${WRKDIR}/BitchX
post-install:
@cd ${PREFIX}/bin && ln -sf BitchX-1.0c16 BitchX
@find ${PREFIX}/share/bitchx/help -name 'CVS' -print | xargs rm -rf
@chown -R root.wheel ${PREFIX}/share/bitchx
.include <bsd.port.mk>