diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-07-10 05:43:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-07-10 05:43:07 +0000 |
commit | d94353433174d2c13327a67ed3f0c4f56c0e9088 (patch) | |
tree | fb0285ce2b9f507658131fd9922ee04e51b99a16 /x11/xkeywrap/Makefile | |
parent | 325b7569e24359353ceb204cb60c5ab94c52c22b (diff) |
Notes
Diffstat (limited to 'x11/xkeywrap/Makefile')
-rw-r--r-- | x11/xkeywrap/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xkeywrap/Makefile b/x11/xkeywrap/Makefile index e58293a63d74..5729b20c7c1f 100644 --- a/x11/xkeywrap/Makefile +++ b/x11/xkeywrap/Makefile @@ -7,7 +7,7 @@ PORTNAME= xkeywrap PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ @@ -17,16 +17,15 @@ COMMENT= Record, repeat, and play key sequence from keyboard USE_XORG= x11 xt MAN1= xkeywrap.1 MANCOMPRESSED= yes -PORTSDOCDIR= ${PREFIX}/share/doc/xkeywrap do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - ${MKDIR} ${PORTSDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${PORTSDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/demo.dat ${PORTSDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/xkeywrap_demo.c ${PORTSDOCDIR} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/demo.dat ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/xkeywrap_demo.c ${DOCSDIR} .endif .include <bsd.port.mk> |