diff options
author | mi <mi@FreeBSD.org> | 2014-07-02 07:35:02 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2014-07-02 07:35:02 +0800 |
commit | 5a62856412898412306dd33fa1dc9889da7f0c0b (patch) | |
tree | 74caac36c87f5a432dca4e210182c5e682887480 | |
parent | 06a33ce857dee47a47e0b37e3a1fb05cd4a40d83 (diff) | |
download | freebsd-ports-gnome-5a62856412898412306dd33fa1dc9889da7f0c0b.tar.gz freebsd-ports-gnome-5a62856412898412306dd33fa1dc9889da7f0c0b.tar.zst freebsd-ports-gnome-5a62856412898412306dd33fa1dc9889da7f0c0b.zip |
Appease the new authorities and remove the bogus BROKEN-declaration.
-rw-r--r-- | graphics/nip2/Makefile | 3 | ||||
-rw-r--r-- | graphics/nip2/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 7f653809f058..d69560ffc390 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ MAINTAINER= mi@aldan.algebra.com COMMENT= Graphical user interface for VIPS -BROKEN= Uses obsolete MAN1 OPTIONS_DEFINE= DOCS LIB_DEPENDS= libvips.so.38:${PORTSDIR}/graphics/vips \ libgoffice-*.so:${PORTSDIR}/devel/goffice \ @@ -34,8 +33,6 @@ SUB_FILES= run-nip2.sh MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \ UPDATE_DESKTOP_DATABASE=update-desktop-database -MAN1= nip2.1 - post-install: ${INSTALL_SCRIPT} ${WRKDIR}/run-nip2.sh \ ${STAGEDIR}/${PREFIX}/bin/ diff --git a/graphics/nip2/pkg-plist b/graphics/nip2/pkg-plist index 994d4e051bd0..7ec9f92c7c75 100644 --- a/graphics/nip2/pkg-plist +++ b/graphics/nip2/pkg-plist @@ -1,5 +1,6 @@ bin/nip2 bin/run-nip2.sh +man/man1/nip2.1 share/nip2/rc/ipgtkrc share/nip2/data/examples/logo/logo2.ws share/nip2/data/examples/overlays_and_blending/overlay_blend.ws |