svn commit: r346371 - head/mail/lookout

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 16:00:05 UTC 2014


Author: ehaupt
Date: Thu Feb 27 15:33:51 2014
New Revision: 346371
URL: http://svnweb.freebsd.org/changeset/ports/346371
QAT: https://qat.redports.org/buildarchive/r346371/

Log:
  Support staging

Modified:
  head/mail/lookout/Makefile

Modified: head/mail/lookout/Makefile
==============================================================================
--- head/mail/lookout/Makefile	Thu Feb 27 15:29:35 2014	(r346370)
+++ head/mail/lookout/Makefile	Thu Feb 27 15:33:51 2014	(r346371)
@@ -12,12 +12,10 @@ COMMENT=	Convert Outlook97 addressbook e
 USE_PYTHON=	yes
 NO_BUILD=	yes
 
-MAN1=		lookout.1
-PLIST_FILES=	bin/lookout
+PLIST_FILES=	bin/lookout man/man1/lookout.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/lookout ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/lookout.1 ${PREFIX}/man/man1/lookout.1
+	${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list