Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 12:22:28 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337871 - head/mail/pathalias
Message-ID:  <201312281222.rBSCMSDX080872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Dec 28 12:22:27 2013
New Revision: 337871
URL: http://svnweb.freebsd.org/changeset/ports/337871

Log:
  - use STAGEDIR

Modified:
  head/mail/pathalias/Makefile

Modified: head/mail/pathalias/Makefile
==============================================================================
--- head/mail/pathalias/Makefile	Sat Dec 28 12:04:28 2013	(r337870)
+++ head/mail/pathalias/Makefile	Sat Dec 28 12:22:27 2013	(r337871)
@@ -9,20 +9,12 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Mail routing tools
 
-NO_STAGE=	yes
-
 ALL_TARGET=	pathalias
 
-MAN8=		pathalias.8
-BIN8=		pathalias
-PLIST_FILES=	bin/pathalias
+PLIST_FILES=	bin/pathalias man/man8/pathalias.8.gz
 
 do-install:
-.for i in ${BIN8}
-	@${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
-.endfor
-.for i in ${MAN8}
-	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man8
-.endfor
+	${INSTALL_PROGRAM} ${WRKSRC}/pathalias ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/pathalias.8 ${STAGEDIR}${PREFIX}/man/man8/
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312281222.rBSCMSDX080872>