diff options
Diffstat (limited to 'net-im/mikutter003/Makefile')
-rw-r--r-- | net-im/mikutter003/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-im/mikutter003/Makefile b/net-im/mikutter003/Makefile index 80085d1a093f..d5f284e231a3 100644 --- a/net-im/mikutter003/Makefile +++ b/net-im/mikutter003/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: mikutter -# Date created: 2011-03-27 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= mikutter PORTVERSION= 0.0.3.615 +PORTREVISION= 1 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL @@ -93,7 +89,6 @@ x-generate-plist: ${FIND} ${RUBY_SITELIBDIR}/mikutter -type f | ${SORT} | ${SED} -e 's,${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new ${ECHO} share/applications/mikutter.desktop >> pkg-plist.new ${ECHO} '@dirrmtry share/applications' >> pkg-plist.new - ${ECHO} @exec ${MKDIR:S|/bin/||} %D/%%RUBY_SITELIBDIR%%/mikutter/core/hatsunelisp >> pkg-plist.new ${FIND} ${RUBY_SITELIBDIR}/mikutter -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new .include <bsd.port.mk> |