diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-07 04:12:54 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-07 04:12:54 +0000 |
commit | e266e476caa764444a7571f22c4b7e117890b7b6 (patch) | |
tree | 760c99d7a26f9378834edb5c9836fbf4fbe7eb18 /mail/xfaces | |
parent | 3817fef8cd9e163bec38792f00b338af3e30ff19 (diff) | |
download | ports-e266e476caa764444a7571f22c4b7e117890b7b6.tar.gz ports-e266e476caa764444a7571f22c4b7e117890b7b6.zip |
Notes
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 9 | ||||
-rw-r--r-- | mail/xfaces/pkg-plist | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 47aa1d474390..157ad9d0bf36 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -20,18 +20,15 @@ PATCH_DIST_STRIP= MAINTAINER= faber@isi.edu COMMENT= Display shaped icons for mail spool contents -LIB_DEPENDS= compface:${PORTSDIR}/mail/faces +LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces # GNU make properly processes some overridden rules in the makefile that # imake generates. Specifically, installing the html docs. USES= imake gmake USE_XORG= ice sm x11 xaw xext xmu xt xpm -MAN1= xfaces.1 - -NO_STAGE= yes post-install: - ${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images + @${MKDIR} ${STAGEDIR}${DATADIR}/images + ${INSTALL_DATA} ${WRKSRC}/images/* ${STAGEDIR}${DATADIR}/images .include <bsd.port.mk> diff --git a/mail/xfaces/pkg-plist b/mail/xfaces/pkg-plist index 70b08ebd5368..69ad0fc8e5eb 100644 --- a/mail/xfaces/pkg-plist +++ b/mail/xfaces/pkg-plist @@ -1,4 +1,5 @@ bin/xfaces +man/man1/xfaces.1.gz lib/X11/app-defaults/XFaces %%DATADIR%%/images/andrew-shape.xpm %%DATADIR%%/images/andrew.xpm |