diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-14 15:21:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-14 15:21:50 +0000 |
commit | 3a95c710ca135b992fd257a81cc3121959125209 (patch) | |
tree | 50877bb266dc10f1defe17b476d5b997445631c1 /x11 | |
parent | 21adb4ae350a8089f6ef4f7119eed0ef458886da (diff) | |
download | ports-3a95c710ca135b992fd257a81cc3121959125209.tar.gz ports-3a95c710ca135b992fd257a81cc3121959125209.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x3270/Makefile | 14 | ||||
-rw-r--r-- | x11/x3270/distinfo | 4 | ||||
-rw-r--r-- | x11/x3270/pkg-plist | 3 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 942b0aacca11..69031fcdc8eb 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -6,10 +6,10 @@ # PORTNAME= x3270 -PORTVERSION= 3.3.3.b2 +PORTVERSION= 3.3.4 CATEGORIES= x11 net MASTER_SITES= http://x3270.bgp.nu/download/ -DISTNAME= ${PORTNAME}-333b2 +DISTNAME= ${PORTNAME}-334 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -28,8 +28,9 @@ USE_OPENSSL= yes .endif WRKSRC= ${WRKDIR}/x3270-3.3 -MAN1= x3270.1 -MANCOMPRESSED= yes +MAN1= x3270.1 x3270if.1 x3270-script.1 +MAN5= ibm_hosts.5 +#MANCOMPRESSED= yes pre-install: .if !exists(${X11BASE}/lib/X11/fonts/local) @@ -40,4 +41,9 @@ pre-install: @${ECHO} "*********************************************************" .endif +post-install: + gzip -n ${MAN1PREFIX}/man/man1/x3270if.1 + gzip -n ${MAN1PREFIX}/man/man1/x3270-script.1 + gzip -n ${MAN5PREFIX}/man/man5/ibm_hosts.5 + .include <bsd.port.mk> diff --git a/x11/x3270/distinfo b/x11/x3270/distinfo index eed2e2ff683b..e409bc28d8d7 100644 --- a/x11/x3270/distinfo +++ b/x11/x3270/distinfo @@ -1,2 +1,2 @@ -MD5 (x3270-333b2.tgz) = b991b7352ae4f6b4004c85fc1c0db47f -SIZE (x3270-333b2.tgz) = 1088252 +MD5 (x3270-334.tgz) = 3917a11a3cbba8490bf014303a3c9076 +SIZE (x3270-334.tgz) = 1096702 diff --git a/x11/x3270/pkg-plist b/x11/x3270/pkg-plist index ace961a04d89..d48eafce1bdd 100644 --- a/x11/x3270/pkg-plist +++ b/x11/x3270/pkg-plist @@ -33,9 +33,6 @@ lib/X11/fonts/local/3270gt32.pcf.gz lib/X11/fonts/local/3270gt32b.pcf.gz lib/X11/fonts/local/3270gt8.pcf.gz lib/X11/fonts/local/3270h.pcf.gz -man/man1/x3270if.1 -man/man1/x3270-script.1 -man/man5/ibm_hosts.5 @exec /bin/chmod u+w %D/lib/X11/fonts/local %D/lib/X11/fonts/local/fonts.dir @exec %D/bin/mkfontdir %D/lib/X11/fonts/local @exec /bin/chmod u=rwx,go=rx %D/lib/X11/fonts/local |