diff options
author | dholland <dholland> | 2008-08-30 20:51:07 +0000 |
---|---|---|
committer | dholland <dholland> | 2008-08-30 20:51:07 +0000 |
commit | 9b9914b7941d4ab7ca6712a56aa46f37723b43a8 (patch) | |
tree | 74514f30d689d2d6dacfce4a60e41a1a7edf1881 /x11/xlt/Makefile | |
parent | 65e7fdc353a9c5ffcda8998fee85d82b2479f5cf (diff) | |
download | pkgsrc-9b9914b7941d4ab7ca6712a56aa46f37723b43a8.tar.gz |
Add missing entries to PLIST, and install the html docs in the right place.
Ok (at least in general outline) by maintainer.
PKGREVISION++
Diffstat (limited to 'x11/xlt/Makefile')
-rw-r--r-- | x11/xlt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlt/Makefile b/x11/xlt/Makefile index b90c76d5377..f81722a66c4 100644 --- a/x11/xlt/Makefile +++ b/x11/xlt/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2008/07/15 19:45:40 christos Exp $ +# $NetBSD: Makefile,v 1.2 2008/08/30 20:51:07 dholland Exp $ # DISTNAME= Xlt-13.0.13 PKGNAME= ${DISTNAME:S/Xlt/xlt/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xlt/} |