aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-05-17 04:56:35 +0800
committerJason Evans <jasone@FreeBSD.org>2000-05-17 04:56:35 +0800
commit2bd29d2c3db2c2ac1c44cb05c0f60c09bde3e81e (patch)
tree64a18c2b76e50877db5d5a8868cb4baba5a1d995 /net
parentef9b6b85020187d12fc76aa0d5c2827656c5f242 (diff)
downloadfreebsd-ports-2bd29d2c3db2c2ac1c44cb05c0f60c09bde3e81e.tar.gz
freebsd-ports-2bd29d2c3db2c2ac1c44cb05c0f60c09bde3e81e.tar.zst
freebsd-ports-2bd29d2c3db2c2ac1c44cb05c0f60c09bde3e81e.zip
Clean up Makefile to allow removal of the stub files/Makefile.
Submitted by: obrien
Notes
Notes: svn path=/head/; revision=28493
Diffstat (limited to 'net')
-rw-r--r--net/cvsupit/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile
index 5b89cf4c4f58..b75509e3ce70 100644
--- a/net/cvsupit/Makefile
+++ b/net/cvsupit/Makefile
@@ -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