View | Details | Raw Unified | Return to bug 133577
Collapse All | Expand All

(-)Makefile (-10 / +2 lines)
Lines 8-15 Link Here
8
PORTNAME=	jpmobile
8
PORTNAME=	jpmobile
9
PORTVERSION=	0.0.2
9
PORTVERSION=	0.0.2
10
CATEGORIES=	japanese www rubygems
10
CATEGORIES=	japanese www rubygems
11
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
11
MASTER_SITES=	RF
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
12
14
MAINTAINER=	tota@rtfm.jp
13
MAINTAINER=	tota@rtfm.jp
15
COMMENT=	A Rails plugin for Japanese mobile-phones
14
COMMENT=	A Rails plugin for Japanese mobile-phones
Lines 21-33 Link Here
21
20
22
USE_RUBY=	yes
21
USE_RUBY=	yes
23
USE_RUBYGEMS=	yes
22
USE_RUBYGEMS=	yes
24
23
RUBYGEM_AUTOPLIST=	yes
25
post-install:
26
	@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
27
	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
28
	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
29
	@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
30
	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
31
	@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
32
24
33
.include <bsd.port.mk>
25
.include <bsd.port.mk>

Return to bug 133577