diff options
Diffstat (limited to 'deskutils/tomboy-plugin-wordcount/Makefile')
-rw-r--r-- | deskutils/tomboy-plugin-wordcount/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/tomboy-plugin-wordcount/Makefile b/deskutils/tomboy-plugin-wordcount/Makefile index 83f45798120b..0310b573c717 100644 --- a/deskutils/tomboy-plugin-wordcount/Makefile +++ b/deskutils/tomboy-plugin-wordcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-wordcount -# Date created: 2008-12-23 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= tomboy-plugin-wordcount PORTVERSION= 0.2 @@ -22,6 +18,7 @@ ALL_TARGET= Wordcount.dll PLIST_FILES= lib/tomboy/addins/Wordcount.dll +NO_STAGE= yes do-install: cd ${WRKSRC} && ${INSTALL_DATA} Wordcount.dll ${PREFIX}/lib/tomboy/addins/ |