diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-16 23:35:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-16 23:35:48 +0000 |
commit | 65c869f66bbc0d28069572baff7b9618a0d8a72f (patch) | |
tree | 0d290660adfdfd1250d31ad6d9d5b5a85b12401d /news | |
parent | 3ade549670031f04ac3503488805eabb6571bcda (diff) | |
download | FreeBSD-ports-65c869f66bbc0d28069572baff7b9618a0d8a72f.zip FreeBSD-ports-65c869f66bbc0d28069572baff7b9618a0d8a72f.tar.gz |
Don't support running with perl4 any more.
Diffstat (limited to 'news')
-rw-r--r-- | news/aub/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/news/aub/Makefile b/news/aub/Makefile index 0a16f7f..c62107f 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -29,12 +29,6 @@ pre-patch: -e 's:/usr/tmp:/var/tmp:' \ ${DISTDIR}/${DIST_SUBDIR}/aub > ${WRKDIR}/aub -.if !exists(/usr/bin/perl5) -post-patch: - @cd ${WRKSRC} ; ${PATCH} -d ${WRKSRC} --reverse --quiet -E \ - ${PATCH_STRIP} < ${PATCHDIR}/patch-01 -.endif - do-install: ${INSTALL_SCRIPT} ${WRKDIR}/aub ${PREFIX}/bin ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/aub.1 ${PREFIX}/man/man1 |