diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:47:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:47:27 +0800 |
commit | 5f4572efe091ea22071742fec9204d64235d445c (patch) | |
tree | d06c3cd05bd3ac19145943ef14e5df4dbdf98a39 /editors | |
parent | e475f25c20be16da777bd7ebb0f60edd7f4540be (diff) | |
download | freebsd-ports-graphics-5f4572efe091ea22071742fec9204d64235d445c.tar.gz freebsd-ports-graphics-5f4572efe091ea22071742fec9204d64235d445c.tar.zst freebsd-ports-graphics-5f4572efe091ea22071742fec9204d64235d445c.zip |
- Stage support
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 5aeaf7f4c7f..1a4d451affe 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 bfdac7962a0..67d3f8d1937 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 2e8b0643db4..be8e637e1d7 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 46fee040c4d..ef8bc41edcb 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 |