diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:23:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:23:16 +0000 |
commit | 7f10a3f47ae5e6a48190b0401b762c2f61bc3317 (patch) | |
tree | a9dd97dcda0496c11cd4f854436f97b25ebb5960 /editors | |
parent | ffc6dc660380ee2d407ca6b0ec3c3d0a2aa27f29 (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=347581
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gmanedit/Makefile | 3 | ||||
-rw-r--r-- | editors/gmanedit/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 2e0f5f5a81ad..5d5a4b152b45 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -16,9 +16,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lz -MAN1= gmanedit.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c diff --git a/editors/gmanedit/pkg-plist b/editors/gmanedit/pkg-plist index 3ace14cb77a7..a9e4d6a85269 100644 --- a/editors/gmanedit/pkg-plist +++ b/editors/gmanedit/pkg-plist @@ -7,3 +7,4 @@ share/locale/ja/LC_MESSAGES/gmanedit.mo share/locale/sv/LC_MESSAGES/gmanedit.mo share/pixmaps/gmanedit.png share/pixmaps/gmanedit_icon.png +man/man1/gmanedit.1.gz |