diff options
Diffstat (limited to 'net/cvsupit')
-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 5b89cf4..b75509e 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 |