diff options
-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 |