diff options
Diffstat (limited to 'russian/xruskb/Makefile')
-rw-r--r-- | russian/xruskb/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/russian/xruskb/Makefile b/russian/xruskb/Makefile index ab0e28a0d227..a1c804c01ba3 100644 --- a/russian/xruskb/Makefile +++ b/russian/xruskb/Makefile @@ -15,8 +15,8 @@ USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --datadir=${PREFIX}/share -MAN1= xrus.1 DOCS= FAQ NEWS README* TODO xrus.doc-* +PORTDATA= * OPTIONS_DEFINE= MOTIF DOCS MOTIF_DESC= Support for pixmaps in indicator icon @@ -25,14 +25,9 @@ MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-toolkit=motif MOTIF_CONFIGURE_OFF= --with-toolkit=none -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: - ${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif + ${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Xrus + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |