diff options
Diffstat (limited to 'editors/moleskine/Makefile')
-rw-r--r-- | editors/moleskine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/moleskine/Makefile b/editors/moleskine/Makefile index b6b7e0ad753..c0ad3503350 100644 --- a/editors/moleskine/Makefile +++ b/editors/moleskine/Makefile @@ -6,9 +6,9 @@ # PORTNAME= moleskine -PORTVERSION= 0.5 +PORTVERSION= 0.6.1 CATEGORIES= editors python gnome -MASTER_SITES= http://www.moleskine.f2s.com/ +MASTER_SITES= http://www.moleskine.f2s.com/files/ DISTNAME= ${PORTNAME:S/^m/M/}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org @@ -31,6 +31,7 @@ do-install: ${MKDIR} ${INST_DIR}/images ${MKDIR} ${CONF_DIR} ${INSTALL_DATA} ${WRKSRC}/LanguageModes ${CONF_DIR} + ${INSTALL_DATA} ${WRKSRC}/Preferences ${CONF_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/moleskine ${INST_DIR} ${LN} -sf ${INST_DIR}/moleskine ${PREFIX}/bin/moleskine ${INSTALL_DATA} ${WRKSRC}/Moleskine/*.py ${WRKSRC}/Moleskine/*.pyc ${INST_DIR}/Moleskine |