diff options
author | pawel <pawel@FreeBSD.org> | 2013-10-06 00:52:12 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-10-06 00:52:12 +0800 |
commit | bebd8ef5ce7c14734cf71bde393decc69bff73ae (patch) | |
tree | ef8d301e100234219e816e79a4ba5a4492d3183e /polish/ekg | |
parent | f58de01d74db38687316751b37ce184041dec7b8 (diff) | |
download | freebsd-ports-gnome-bebd8ef5ce7c14734cf71bde393decc69bff73ae.tar.gz freebsd-ports-gnome-bebd8ef5ce7c14734cf71bde393decc69bff73ae.tar.zst freebsd-ports-gnome-bebd8ef5ce7c14734cf71bde393decc69bff73ae.zip |
Add support for STAGEDIR
Diffstat (limited to 'polish/ekg')
-rw-r--r-- | polish/ekg/Makefile | 7 | ||||
-rw-r--r-- | polish/ekg/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index 3aadeec2fa40..cc1fe75c29e1 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -25,10 +25,6 @@ CONFIGURE_ARGS= --without-libungif \ CFLAGS+= -I/usr/include -I${LOCALBASE}/include LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo -pthread -MAN1= ekg.1 -MANLANG= "" pl -MANCOMPRESSED= no - OPTIONS_DEFINE= ASPELL OPENSSL OPTIONS_DEFAULT= OPENSSL @@ -37,8 +33,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/polish/aspell OPENSSL_CONFIGURE_OFF= --without-openssl -NO_STAGE= yes post-install: - ${STRIP_CMD} ${PREFIX}/bin/ekg + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ekg .include <bsd.port.mk> diff --git a/polish/ekg/pkg-plist b/polish/ekg/pkg-plist index d95115eeb9e5..d2e11bead048 100644 --- a/polish/ekg/pkg-plist +++ b/polish/ekg/pkg-plist @@ -1,4 +1,6 @@ bin/ekg +man/man1/ekg.1.gz +man/pl/man1/ekg.1.gz %%DATADIR%%/themes/arim.theme %%DATADIR%%/themes/dj.theme %%DATADIR%%/themes/eileen.theme |