diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-06 17:13:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-06 17:13:24 +0800 |
commit | c752939c3cd9e8e4089a60a2fbe5e795e78ff15f (patch) | |
tree | 7707d1aed7b36d8ae039862ebbadc74b772942c6 /devel | |
parent | e0a1bd8d1d87623cbcc46760911a42c20fd78540 (diff) | |
download | freebsd-ports-gnome-c752939c3cd9e8e4089a60a2fbe5e795e78ff15f.tar.gz freebsd-ports-gnome-c752939c3cd9e8e4089a60a2fbe5e795e78ff15f.tar.zst freebsd-ports-gnome-c752939c3cd9e8e4089a60a2fbe5e795e78ff15f.zip |
- Stage support
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gobject-introspection/Makefile | 3 | ||||
-rw-r--r-- | devel/gobject-introspection/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index a1a7fc5e93c2..ee9d025d6a72 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -30,9 +30,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 MAKE_ENV= HOME=${WRKDIR} -MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|'gcc'|'cc'|g' \ ${WRKSRC}/giscanner/dumper.py diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 6493d359072e..90e0a8cc01bd 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -193,6 +193,9 @@ share/gobject-introspection-1.0/tests/utility.c share/gobject-introspection-1.0/tests/utility.h share/gobject-introspection-1.0/tests/warnlib.c share/gobject-introspection-1.0/tests/warnlib.h +man/man1/g-ir-compiler.1.gz +man/man1/g-ir-generate.1.gz +man/man1/g-ir-scanner.1.gz @dirrm share/gobject-introspection-1.0/tests @dirrm share/gobject-introspection-1.0 @dirrm lib/gobject-introspection/giscanner/doctemplates/Python |