diff options
author | jschauma <jschauma> | 2003-03-03 02:45:51 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-03 02:45:51 +0000 |
commit | 99b1a1547b59d65c0ffbc5dbd06731a65e285f2a (patch) | |
tree | 36a93b09555b7fb3475fc02ee5118f6ce8b8f7e9 /net/tcpillust/Makefile | |
parent | 757805b3c7646fc87568b35c6b8b15a24c6f8691 (diff) | |
download | pkgsrc-99b1a1547b59d65c0ffbc5dbd06731a65e285f2a.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'net/tcpillust/Makefile')
-rw-r--r-- | net/tcpillust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index dc5d13154cb..91a6b4014d0 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2001/05/05 19:51:18 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/03 02:45:51 jschauma Exp $ # $FreeBSD: ports/net/tcpillust/Makefile,v 1.1.1.1 2000/07/29 06:26:00 sada Exp $ # DISTNAME= tcpillust-1.0a +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.csl.sony.co.jp/CSL/nishida/ |