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/yafc | |
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/yafc')
-rw-r--r-- | net/yafc/Makefile | 4 | ||||
-rw-r--r-- | net/yafc/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 719e657426b..ba3f6cfa056 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:26 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/06 03:20:54 jlam Exp $ DISTNAME= yafc-0.7.10 PKGREVISION= 2 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_GNU_READLINE= yes CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} -INFO_FILES= yafc.info +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" diff --git a/net/yafc/PLIST b/net/yafc/PLIST index 642411a7c3c..7d707a4e06f 100644 --- a/net/yafc/PLIST +++ b/net/yafc/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/09 16:09:36 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/06 03:20:54 jlam Exp $ bin/yafc +info/yafc.info man/man1/yafc.1 |