diff options
author | jschauma <jschauma> | 2003-03-03 04:17:23 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-03 04:17:23 +0000 |
commit | 54d8e1876480f661e78546126fd03bb8dd832359 (patch) | |
tree | e8b3b3ed164c392443b55f7878bc9b189c4c8326 /x11/x3270/Makefile | |
parent | 5d8306bb4ab171978ec7b29baed5fc20602f0973 (diff) | |
download | pkgsrc-54d8e1876480f661e78546126fd03bb8dd832359.tar.gz |
Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r-- | x11/x3270/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 10f48f32685..ef5ef7935b4 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2001/02/17 17:06:58 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/03 04:17:42 jschauma Exp $ # FreeBSD Id: Makefile,v 1.10 1997/10/15 20:23:40 max Exp # DISTNAME= x3270-3213 PKGNAME= x3270-3.2.13 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.geocities.com/SiliconValley/Peaks/7814/ EXTRACT_SUFX= .tgz |