svn commit: r356807 - head/mail/coolmail
Martin Wilke
miwi at FreeBSD.org
Fri Jun 6 15:33:39 UTC 2014
Author: miwi
Date: Fri Jun 6 15:33:39 2014
New Revision: 356807
URL: http://svnweb.freebsd.org/changeset/ports/356807
QAT: https://qat.redports.org/buildarchive/r356807/
Log:
- Stage support
PR: 190096
Submitted by: maintainer
Modified:
head/mail/coolmail/Makefile
Modified: head/mail/coolmail/Makefile
==============================================================================
--- head/mail/coolmail/Makefile Fri Jun 6 15:32:14 2014 (r356806)
+++ head/mail/coolmail/Makefile Fri Jun 6 15:33:39 2014 (r356807)
@@ -12,15 +12,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= udo.schweigert at siemens.com
COMMENT= A Xbiff like mail tool with animated 3D graphics
+PLIST_FILES= bin/coolmail \
+ man/man1/coolmail.1.gz
+
USE_XORG= x11 xext xmu xi
PATCH_STRIP= -p1
-MAN1= coolmail.1
-PLIST_FILES= bin/coolmail
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail
- ${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
+ ${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/man/man1/coolmail.1
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list