diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:44:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:44:15 +0000 |
commit | 02f3f395e5947c0ee448e93f6f358449f726aee6 (patch) | |
tree | 74ce8cbe22d80586efb0a37d10f8099353ef8c69 | |
parent | 0cebabb8af33b267635c213d73e68e31cfb402f9 (diff) | |
download | ports-02f3f395e5947c0ee448e93f6f358449f726aee6.tar.gz ports-02f3f395e5947c0ee448e93f6f358449f726aee6.zip |
Notes
-rw-r--r-- | x11/xgrab/Makefile | 4 | ||||
-rw-r--r-- | x11/xgrab/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 16623f150e9a..02421e49658a 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -21,10 +21,6 @@ USE_XORG= x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f CFLAGS+= -Wno-error=return-type - -MAN1= xgrab.1 xgrabsc.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c diff --git a/x11/xgrab/pkg-plist b/x11/xgrab/pkg-plist index 5ec15d2b7a77..641a76557be5 100644 --- a/x11/xgrab/pkg-plist +++ b/x11/xgrab/pkg-plist @@ -1,3 +1,5 @@ bin/xgrab bin/xgrabsc lib/X11/app-defaults/XGrab +man/man1/xgrab.1.gz +man/man1/xgrabsc.1.gz |