diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 06:05:20 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 06:05:20 +0000 |
commit | f518bf3cea64460f00c58c20142e56a03b9a1113 (patch) | |
tree | de72e467db7d62f0a7ab9c390666ba4d416df1e0 /graphics/lcdtest | |
parent | d2d89f68cdf4c44168ad7eeafa3d49dc8702b027 (diff) | |
download | ports-f518bf3cea64460f00c58c20142e56a03b9a1113.tar.gz ports-f518bf3cea64460f00c58c20142e56a03b9a1113.zip |
Notes
Diffstat (limited to 'graphics/lcdtest')
-rw-r--r-- | graphics/lcdtest/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index 93031b4dfce9..41938e12f24c 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -28,6 +28,8 @@ SCONS_ARGS= bindir=${PREFIX}/bin mandir=${PREFIX}/man/man1 PLIST_FILES= bin/lcdtest PORTDOCS= README +MAN1= lcdtest.1 + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ |