Date: Mon, 9 Dec 2013 16:48:31 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336006 - head/misc/felis Message-ID: <201312091648.rB9GmVLF091123@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Dec 9 16:48:30 2013 New Revision: 336006 URL: http://svnweb.freebsd.org/changeset/ports/336006 Log: - Add stage support Modified: head/misc/felis/Makefile Modified: head/misc/felis/Makefile ============================================================================== --- head/misc/felis/Makefile Mon Dec 9 16:46:41 2013 (r336005) +++ head/misc/felis/Makefile Mon Dec 9 16:48:30 2013 (r336006) @@ -9,12 +9,10 @@ MASTER_SITES= http://www.whizkidtech.red MAINTAINER= ports@FreeBSD.org COMMENT= Displays one or more files as a single line of text -MAN1= felis.1 -PLIST_FILES= bin/felis +PLIST_FILES= bin/felis man/man1/felis.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/felis.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312091648.rB9GmVLF091123>