svn commit: r367518 - head/devel/replay
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 7 11:26:54 UTC 2014
Author: antoine
Date: Sun Sep 7 11:26:54 2014
New Revision: 367518
URL: http://svnweb.freebsd.org/changeset/ports/367518
QAT: https://qat.redports.org/buildarchive/r367518/
Log:
Allow staging as a regular user and simplify
Modified:
head/devel/replay/Makefile
Modified: head/devel/replay/Makefile
==============================================================================
--- head/devel/replay/Makefile Sun Sep 7 11:23:21 2014 (r367517)
+++ head/devel/replay/Makefile Sun Sep 7 11:26:54 2014 (r367518)
@@ -6,14 +6,13 @@ PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
DISTNAME= replay-${PORTVERSION}
-USES= tar:bzip2
MAINTAINER= ports at FreeBSD.org
COMMENT= Program that helps you fix a build interactively
-PLIST_FILES= bin/replay
+USES= tar:bzip2 uidfix
+MAKE_ENV= NO_MAN=yes
-post-patch:
- @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
+PLIST_FILES= bin/replay
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list