diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:25 +0800 |
commit | 46df80b2e3bc113d88e5221b98ab5f51b44ea5a0 (patch) | |
tree | 2900ac28510a0391cf9b3628e1330898d99430ea /mail/elmo-devel | |
parent | 1dda6c714b7c0c822592f5c418f9ad114cc3bbb0 (diff) | |
download | freebsd-ports-gnome-46df80b2e3bc113d88e5221b98ab5f51b44ea5a0.tar.gz freebsd-ports-gnome-46df80b2e3bc113d88e5221b98ab5f51b44ea5a0.tar.zst freebsd-ports-gnome-46df80b2e3bc113d88e5221b98ab5f51b44ea5a0.zip |
- Stage support
Diffstat (limited to 'mail/elmo-devel')
-rw-r--r-- | mail/elmo-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index c6ca963323e7..fec3a6b3d62e 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -24,9 +24,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= elmo.1 elmoconf.pl.1 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -54,7 +51,4 @@ post-patch: @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> diff --git a/mail/elmo-devel/pkg-plist b/mail/elmo-devel/pkg-plist index d1a7aced595b..1432252e7c0f 100644 --- a/mail/elmo-devel/pkg-plist +++ b/mail/elmo-devel/pkg-plist @@ -7,5 +7,7 @@ bin/elmoconf.pl %%DATADIR%%/tutorial %%NLS%%share/locale/de/LC_MESSAGES/elmo.mo %%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo +man/man1/elmo.1.gz +man/man1/elmoconf.pl.1.gz @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% |