svn commit: r360822 - head/japanese/scim-tables

John Marino marino at FreeBSD.org
Sat Jul 5 21:29:26 UTC 2014


Author: marino
Date: Sat Jul  5 21:29:26 2014
New Revision: 360822
URL: http://svnweb.freebsd.org/changeset/ports/360822
QAT: https://qat.redports.org/buildarchive/r360822/

Log:
  japanese/scim-tables: stage and define scim as BUILD_DEPENDS (dports)

Modified:
  head/japanese/scim-tables/Makefile

Modified: head/japanese/scim-tables/Makefile
==============================================================================
--- head/japanese/scim-tables/Makefile	Sat Jul  5 21:24:08 2014	(r360821)
+++ head/japanese/scim-tables/Makefile	Sat Jul  5 21:29:26 2014	(r360822)
@@ -10,15 +10,13 @@ MASTER_SITES=	SF/scim/${PORTNAME}/${PORT
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	SCIM table based Japanese input methods
 
-BUILD_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
+BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim \
+		scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 RUN_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 
 USES=		pkgconfig gmake
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__
 
 CONFIGURE_ENV+=	SCIM_DATADIR=${PREFIX}/share/scim \
@@ -31,10 +29,4 @@ post-extract:
 	@${CP} ${FILESDIR}/T-Code.txt.in   ${WRKSRC}/tables/ja/
 	@${CP} ${FILESDIR}/TUT-Code.txt.in ${WRKSRC}/tables/ja/
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
-	@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
-	@${ECHO}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list