diff options
Diffstat (limited to 'deskutils/notecase/Makefile')
-rw-r--r-- | deskutils/notecase/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/notecase/Makefile b/deskutils/notecase/Makefile index 21254ae606bc..4e186e58e1ae 100644 --- a/deskutils/notecase/Makefile +++ b/deskutils/notecase/Makefile @@ -7,7 +7,7 @@ PORTNAME= notecase PORTVERSION= 1.9.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= martymac@FreeBSD.org COMMENT= A hierarchical text notes manager +LICENSE= BSD + USE_GMAKE= yes USE_GNOME= gtk20 gtksourceview2 gnomevfs2 desktopfileutils pkgconfig USE_GETTEXT= yes @@ -22,7 +24,7 @@ USE_GETTEXT= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) -PORTDOCS= help.ncd license.txt +PORTDOCS= help.ncd INSTALL_TARGET= install docinstall .endif |