svn commit: r356878 - head/mail/xfaces

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Jun 7 04:12:55 UTC 2014


Author: danilo
Date: Sat Jun  7 04:12:54 2014
New Revision: 356878
URL: http://svnweb.freebsd.org/changeset/ports/356878
QAT: https://qat.redports.org/buildarchive/r356878/

Log:
  - Add stage support
  - Convert LIB_DEPENDS to new syntax
  
  PR:		ports/190733
  Submitted by:	faber at vim.isi.edu

Modified:
  head/mail/xfaces/Makefile
  head/mail/xfaces/pkg-plist

Modified: head/mail/xfaces/Makefile
==============================================================================
--- head/mail/xfaces/Makefile	Sat Jun  7 02:46:34 2014	(r356877)
+++ head/mail/xfaces/Makefile	Sat Jun  7 04:12:54 2014	(r356878)
@@ -20,18 +20,15 @@ PATCH_DIST_STRIP=
 MAINTAINER=	faber at 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>

Modified: head/mail/xfaces/pkg-plist
==============================================================================
--- head/mail/xfaces/pkg-plist	Sat Jun  7 02:46:34 2014	(r356877)
+++ head/mail/xfaces/pkg-plist	Sat Jun  7 04:12:54 2014	(r356878)
@@ -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


More information about the svn-ports-head mailing list