diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:47:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:47:27 +0000 |
commit | 8073005f935ffe4964cb8be18237c9ddc8397bde (patch) | |
tree | d06c3cd05bd3ac19145943ef14e5df4dbdf98a39 /editors | |
parent | 9438b20b3872e15e05f91792e8db76420723818a (diff) | |
download | ports-8073005f935ffe4964cb8be18237c9ddc8397bde.tar.gz ports-8073005f935ffe4964cb8be18237c9ddc8397bde.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=342404
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 6 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 3 | ||||
-rw-r--r-- | editors/pico-alpine/Makefile | 3 | ||||
-rw-r--r-- | editors/pico-alpine/pkg-plist | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 5aeaf7f4c7f2..1a4d451affe5 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -13,14 +13,11 @@ COMMENT= Suite of utilities, including a GUI editor USE_AUTOTOOLS= libtool USE_PYTHON= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes USE_XORG= x11 xt USE_LDCONFIG= yes -MAN1= cooledit.1 coolman.1 smalledit.1 - CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DHAVE_MBRTOWC @@ -29,7 +26,6 @@ CFLAGS+= -DHAVE_MBRTOWC CONFIGURE_ARGS+= --enable-NeXT-look .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index bfdac7962a0e..67d3f8d19371 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -59,5 +59,8 @@ share/locale/pt/LC_MESSAGES/cooledit.mo share/locale/ru/LC_MESSAGES/cooledit.mo share/locale/sl/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo +man/man1/cooledit.1.gz +man/man1/coolman.1.gz +man/man1/smalledit.1.gz @dirrm %%DATADIR%%/syntax @dirrm %%DATADIR%% diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 2e8b0643db44..be8e637e1d7b 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -18,9 +18,6 @@ PKGINSTALL= /nonexistent # To void equivalent in master port PICO_ALPINE_SLAVE= yes -MAN1= pico.1 pilot.1 - -NO_STAGE= yes post-patch: @${CP} ${WRKSRC}/imap/Makefile ${WRKSRC}/imap/Makefile.presed @${SED} -e "s#^\(all:.*\) bundled\$$#\1#" \ diff --git a/editors/pico-alpine/pkg-plist b/editors/pico-alpine/pkg-plist index 46fee040c4d7..ef8bc41edcb8 100644 --- a/editors/pico-alpine/pkg-plist +++ b/editors/pico-alpine/pkg-plist @@ -1,2 +1,4 @@ bin/pico bin/pilot +man/man1/pico.1.gz +man/man1/pilot.1.gz |