diff options
Diffstat (limited to 'chinese/pine4/Makefile')
-rw-r--r-- | chinese/pine4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chinese/pine4/Makefile b/chinese/pine4/Makefile index 9307f3ee1959..6e6017e95f33 100644 --- a/chinese/pine4/Makefile +++ b/chinese/pine4/Makefile @@ -13,12 +13,15 @@ DISTNAME= pine${PORTVERSION} MAINTAINER= avatar@www.mmlab.cse.yzu.edu.tw -FORBIDDEN= "Remotely exploitable buffer overflows." - NO_LATEST_LINK= yes MAN1= pine.1 pico.1 pilot.1 +pre-fetch: +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) + ${SH} pkg-install +.endif + post-patch: for i in ${WRKSRC}/doc/pine.1 \ ${WRKSRC}/pine/init.c \ |