diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-16 23:35:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-16 23:35:48 +0000 |
commit | 5572950a830d568b08695ebd7e17025ebe881b36 (patch) | |
tree | 306d3b69bf6627aaa20241650285f3f2b2216c43 /news/aub | |
parent | cca235c94368e945d3306518e0c8a1b23c6843f2 (diff) | |
download | ports-5572950a830d568b08695ebd7e17025ebe881b36.tar.gz ports-5572950a830d568b08695ebd7e17025ebe881b36.zip |
Notes
Diffstat (limited to 'news/aub')
-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 0a16f7fd8454..c62107fa3f23 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 |