diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-09 18:59:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-09 18:59:41 +0000 |
commit | df3a36c26b0137f05e551653ba94128b417ad7a5 (patch) | |
tree | 54914874adc3220342fd95996c8b7f50729c7f01 | |
parent | 462c6e44c2207fdbee8e5debfd03cc7863393ce6 (diff) |
Notes
-rw-r--r-- | deskutils/gnote/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gnote/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index ee563548bc48..24d3edc48eba 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 0.7.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -32,7 +32,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-dbus DOCS= AUTHORS ChangeLog NEWS README TODO -MAN1= gnote.1 OPTIONS_DEFINE= DOCS APPLET OPTIONS_DEFAULT=APPLET diff --git a/deskutils/gnote/pkg-plist b/deskutils/gnote/pkg-plist index f509f673f12a..be8c98fb1955 100644 --- a/deskutils/gnote/pkg-plist +++ b/deskutils/gnote/pkg-plist @@ -31,6 +31,7 @@ lib/gnote/addins/%%VERSION%%/underline.la lib/gnote/addins/%%VERSION%%/underline.so %%APPLET%%libdata/bonobo/servers/GNOME_GnoteApplet.server %%APPLET%%libexec/gnote-applet +man/man1/gnote.1.gz share/applications/gnote.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |