diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:40:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 10:40:32 +0000 |
commit | c9ffdb86b7d5b435ed952352f352fec89e9963f5 (patch) | |
tree | 1795885c0c8567b9ecd9352d912911896faa0b48 /print/trueprint/Makefile | |
parent | 679954341d7c727316970982451f5d458db003ad (diff) | |
download | ports-c9ffdb86b7d5b435ed952352f352fec89e9963f5.tar.gz ports-c9ffdb86b7d5b435ed952352f352fec89e9963f5.zip |
Add INFO macro
Notes
Notes:
svn path=/head/; revision=150359
Diffstat (limited to 'print/trueprint/Makefile')
-rw-r--r-- | print/trueprint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 18cd69545523..cff973d3c9b4 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -19,5 +19,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= trueprint.1 +INFO= trueprint .include <bsd.port.mk> |