diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-06 03:20:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-06 03:20:54 +0000 |
commit | a4b4d5b501360e27a6a57e92e2fbf17338282c37 (patch) | |
tree | ba01f9d4933acd09f2846594fd075cb5a7fcedf0 /net/scli | |
parent | ccc0cd432a2ece7691a23122e5522731e4421f91 (diff) | |
download | pkgsrc-a4b4d5b501360e27a6a57e92e2fbf17338282c37.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'net/scli')
-rw-r--r-- | net/scli/Makefile | 4 | ||||
-rw-r--r-- | net/scli/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile index 0b742528306..f4a8e16ba76 100644 --- a/net/scli/Makefile +++ b/net/scli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/06 03:12:46 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/06 03:20:54 jlam Exp $ # DISTNAME= scli-0.2.12 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_GNU_READLINE= # history_list BUILDLINK_DEPENDS.readline+= readline>=4.0 -INFO_FILES= scli.info +INFO_FILES= # PLIST .include "../../devel/readline/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" diff --git a/net/scli/PLIST b/net/scli/PLIST index 2d11266ee35..7f583fdbd34 100644 --- a/net/scli/PLIST +++ b/net/scli/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/09 15:00:45 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/06 03:20:54 jlam Exp $ bin/scli +info/scli.info man/man1/scli.1 |