diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 02:11:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 02:11:14 +0800 |
commit | f19e73cc5820fc6f9ae9e1ae1b372ac0e47f8456 (patch) | |
tree | 2646f4421f87a4f5bb1bc8e2a6162149ef0b255c /deskutils | |
parent | 777c9b767e6f39b504df24aa1929651467e396d0 (diff) | |
download | freebsd-ports-gnome-f19e73cc5820fc6f9ae9e1ae1b372ac0e47f8456.tar.gz freebsd-ports-gnome-f19e73cc5820fc6f9ae9e1ae1b372ac0e47f8456.tar.zst freebsd-ports-gnome-f19e73cc5820fc6f9ae9e1ae1b372ac0e47f8456.zip |
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gtkjournal/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile index 9c7d74ef7795..563a0bc6bcf1 100644 --- a/deskutils/gtkjournal/Makefile +++ b/deskutils/gtkjournal/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 \ libsqlite.so:${PORTSDIR}/databases/sqlite2 \ libgtkspell.so:${PORTSDIR}/textproc/gtkspell -PLIST_FILES= bin/gtkjournal lib/libsqlitemm.a lib/libsqlitemm.la \ +PLIST_FILES= bin/gtkjournal man/man1/gtkjournal.1.gz \ + lib/libsqlitemm.a lib/libsqlitemm.la \ lib/libsqlitemm.so lib/libsqlitemm.so.0 USE_AUTOTOOLS= libtool @@ -27,7 +28,4 @@ USE_GNOME= lthack CONFIGURE_ARGS= --enable-gtkspell USE_LDCONFIG= yes -MAN1= ${PORTNAME}.1 - -NO_STAGE= yes .include <bsd.port.mk> |