diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-07 19:54:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-07 19:54:16 +0000 |
commit | 90bc26e8c27e484538f0b194e2b72107fb51be8d (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/source-highlight | |
parent | 9d9635b43c0b90406ec6115a2e5c39d41b20c458 (diff) | |
download | pkgsrc-90bc26e8c27e484538f0b194e2b72107fb51be8d.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 40b232b3531..80a062cc742 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/07 19:54:17 jlam Exp $ # DISTNAME= source-highlight-2.1.2 @@ -14,7 +14,7 @@ COMMENT= Highlight syntax of various languages source into HTML document GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -INFO_FILES= source-highlight.info +INFO_FILES= # PLIST # this is only really needed for the 'test' target USE_TOOLS+= gmake gsed |