diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-10-30 01:35:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-10-30 01:35:21 +0000 |
commit | ca5f083e1f70b982ecaef2161a9a02bc5f18ccfc (patch) | |
tree | 691ebc47adb0020eb41952d759a76abcf62c94f0 /chinese/pine4/Makefile | |
parent | 7468059a5d21a855fa074cc0afd7a28fcf2a7c36 (diff) | |
download | ports-ca5f083e1f70b982ecaef2161a9a02bc5f18ccfc.tar.gz ports-ca5f083e1f70b982ecaef2161a9a02bc5f18ccfc.zip |
Notes
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 \ |