svn commit: r336378 - head/x11/xvkbd
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 13 23:12:01 UTC 2013
Author: bapt
Date: Fri Dec 13 23:12:00 2013
New Revision: 336378
URL: http://svnweb.freebsd.org/changeset/ports/336378
Log:
Support stage
Modified:
head/x11/xvkbd/Makefile
head/x11/xvkbd/pkg-plist
Modified: head/x11/xvkbd/Makefile
==============================================================================
--- head/x11/xvkbd/Makefile Fri Dec 13 23:10:29 2013 (r336377)
+++ head/x11/xvkbd/Makefile Fri Dec 13 23:12:00 2013 (r336378)
@@ -19,9 +19,6 @@ XTEST_DESC= XTEST extensions support
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
-MAN1= xvkbd.1
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXAW3D}
@@ -46,9 +43,7 @@ post-patch:
's|/usr/include/|${LOCALBASE}/include/|' ${WRKSRC}/XVkbd-small.ad
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR})
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
Modified: head/x11/xvkbd/pkg-plist
==============================================================================
--- head/x11/xvkbd/pkg-plist Fri Dec 13 23:10:29 2013 (r336377)
+++ head/x11/xvkbd/pkg-plist Fri Dec 13 23:12:00 2013 (r336378)
@@ -26,5 +26,6 @@ lib/X11/app-defaults/XVkbd-swedish
lib/X11/app-defaults/XVkbd-swissgerman
lib/X11/app-defaults/XVkbd-turkish
lib/X11/app-defaults/XVkbd-uk
+man/man1/xvkbd.1.gz
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the svn-ports-all
mailing list