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/arla | |
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/arla')
-rw-r--r-- | net/arla/Makefile | 4 | ||||
-rw-r--r-- | net/arla/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 7375ad82e11..6fedf14f414 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/04/06 02:41:44 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2006/04/06 03:20:54 jlam Exp $ DISTNAME= arla-0.41 PKGREVISION= 3 @@ -16,7 +16,7 @@ CONFLICTS+= rx-[0-9]* CONFLICTS+= kth-krb4-[0-9]* OSVERSION_SPECIFIC= yes -INFO_FILES= arla.info send-pr.info +INFO_FILES= # PLIST USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/net/arla/PLIST b/net/arla/PLIST index 57df43bdb67..be3b61fef96 100644 --- a/net/arla/PLIST +++ b/net/arla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2005/12/15 21:28:47 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.20 2006/04/06 03:20:54 jlam Exp $ bin/afsfsperf bin/afstool bin/amon @@ -65,6 +65,8 @@ include/sl.h include/ss/ss.h include/timer.h include/xdbm.h +info/arla.info +info/send-pr.info lib/emacs/site-lisp/send-pr.el lib/libarlalib.la lib/libarlautil.la |