diff options
author | jlam <jlam> | 2006-04-07 19:54:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-07 19:54:16 +0000 |
commit | a61836af6c0e9e91ae445f6fc11ca27483ce5716 (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/source-highlight | |
parent | 91c50acec8d96d47f7bcb64f7f7dd8e7335facdf (diff) | |
download | pkgsrc-a61836af6c0e9e91ae445f6fc11ca27483ce5716.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 |