diff options
author | danilo <danilo@FreeBSD.org> | 2014-06-07 12:12:54 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-06-07 12:12:54 +0800 |
commit | 840765ff028e21d2b3a9d84be0234a3282747cc5 (patch) | |
tree | 760c99d7a26f9378834edb5c9836fbf4fbe7eb18 /mail | |
parent | d421e6317ca8190c73c568c63263e86a40c114d9 (diff) | |
download | freebsd-ports-gnome-840765ff028e21d2b3a9d84be0234a3282747cc5.tar.gz freebsd-ports-gnome-840765ff028e21d2b3a9d84be0234a3282747cc5.tar.zst freebsd-ports-gnome-840765ff028e21d2b3a9d84be0234a3282747cc5.zip |
- Add stage support
- Convert LIB_DEPENDS to new syntax
PR: ports/190733
Submitted by: faber@vim.isi.edu
Diffstat (limited to 'mail')
-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 |