aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-30 22:37:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-30 22:37:50 +0000
commit218720cf7ff2c52905a4fcc915d97030e1b8ff60 (patch)
treeeafdb819070bb64d1aa7f00107333a830146c4b5 /chinese
parent9714b96f7232d950e2cbea69abafe6361c5a365d (diff)
downloadports-218720cf7ff2c52905a4fcc915d97030e1b8ff60.tar.gz
ports-218720cf7ff2c52905a4fcc915d97030e1b8ff60.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/srecite/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/chinese/srecite/Makefile b/chinese/srecite/Makefile
index bd3fc02512bc..395ccaed65af 100644
--- a/chinese/srecite/Makefile
+++ b/chinese/srecite/Makefile
@@ -12,20 +12,18 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
wordbooks-utf8.tar.gz
MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool for the Chinese people to study foreign language
+COMMENT= Tool for the Chinese people to study foreign language
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
-USE_GMAKE= yes
-USES= pathfix
+USES= gmake pathfix
USE_GNOME= gnomeprefix libgnomeui
WORDBOOKS_PATH= ${PREFIX}/share/${PORTNAME}/wordbooks
-NO_STAGE= yes
post-install:
- cd ${WRKDIR}/wordbooks && ${INSTALL_DATA} * ${WORDBOOKS_PATH}
- ${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKDIR}/wordbooks/* ${STAGEDIR}${WORDBOOKS_PATH}
+ ${INSTALL_DATA} ${FILESDIR}/srecite.desktop ${STAGEDIR}${PREFIX}/share/applications
.include <bsd.port.mk>