no need for post-install target anymore after upgrade to 1.0.2a

This commit is contained in:
brad 2001-02-26 02:47:41 +00:00
parent cb5dbdaca4
commit 6806651b94

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2001/02/22 07:50:22 obecian Exp $
# $OpenBSD: Makefile,v 1.20 2001/02/26 02:47:41 brad Exp $
DISTNAME= libnet-1.0.2a
CATEGORIES= net
@ -18,8 +18,4 @@ CONFIGURE_STYLE= gnu
WRKDIST= ${WRKDIR}/Libnet-1.0.2a
# remove this incorrect symlink so bsd.port.mk does not complain about it.
post-install:
@rm -f ${PREFIX}/lib/libpwrite
.include <bsd.port.mk>