diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 13:26:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 13:26:12 +0000 |
commit | 0fd81ba7c77d2de8bf70ef70652756891dd82c2d (patch) | |
tree | 2e666af124df78f7413a33e4973331c7c6d74985 /deskutils/ljit | |
parent | 3b4acc1021df15d8b48824a76c39ea815872680f (diff) | |
download | ports-0fd81ba7c77d2de8bf70ef70652756891dd82c2d.tar.gz ports-0fd81ba7c77d2de8bf70ef70652756891dd82c2d.zip |
Notes
Diffstat (limited to 'deskutils/ljit')
-rw-r--r-- | deskutils/ljit/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile index f81cb0f70811..ebd7c0ef6774 100644 --- a/deskutils/ljit/Makefile +++ b/deskutils/ljit/Makefile @@ -25,18 +25,17 @@ USE_GNOME= gtk20 PLIST_FILES= bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo PORTDOCS= BUGS NEWS README THANKS TODO -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-extract: @${REINPLACE_CMD} -e 's, -DMTRACE$$,, ; \ s,prefix)/$$(DATADIRNAME,datadir,' ${WRKSRC}/src/Makefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/po/ru_RU.mo \ - ${PREFIX}/share/locale/ru/LC_MESSAGES/${PORTNAME}.mo -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} -.endif + ${STAGEDIR}${PREFIX}/share/locale/ru/LC_MESSAGES/${PORTNAME}.mo + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |