Clean up Makefile to allow removal of the stub files/Makefile.

Submitted by:	obrien
This commit is contained in:
Jason Evans 2000-05-16 20:56:35 +00:00
parent ef9b6b8502
commit 2bd29d2c3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28493

View file

@ -18,13 +18,8 @@ BUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
NO_INSTALL= yes
.endif
NO_BUILD= yes
NO_WRKSUBDIR= yes
post-extract:
cd ${FILESDIR} ; \
${CP} -p Makefile ${WRKDIR}
post-install:
do-install:
.if !make(package)
@${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.endif