diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-05-16 20:56:35 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-05-16 20:56:35 +0000 |
commit | 2bd29d2c3db2c2ac1c44cb05c0f60c09bde3e81e (patch) | |
tree | 64a18c2b76e50877db5d5a8868cb4baba5a1d995 /net/cvsupit/Makefile | |
parent | Add option for FTP support. (diff) |
Clean up Makefile to allow removal of the stub files/Makefile.
Submitted by: obrien
Diffstat (limited to 'net/cvsupit/Makefile')
-rw-r--r-- | net/cvsupit/Makefile | 7 |
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 |