diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 19:26:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 19:26:54 +0800 |
commit | d3dba7b59d82b97c7e6de94d354255055f81e8dc (patch) | |
tree | d36006aae6763683b1b9331052020751748f4109 | |
parent | d2891d56943552c2259c105bebe4c7d2c5d071fd (diff) | |
download | freebsd-ports-gnome-d3dba7b59d82b97c7e6de94d354255055f81e8dc.tar.gz freebsd-ports-gnome-d3dba7b59d82b97c7e6de94d354255055f81e8dc.tar.zst freebsd-ports-gnome-d3dba7b59d82b97c7e6de94d354255055f81e8dc.zip |
Allow staging as a regular user and simplify
-rw-r--r-- | devel/replay/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/replay/Makefile b/devel/replay/Makefile index c52700d18d33..69a502451a90 100644 --- a/devel/replay/Makefile +++ b/devel/replay/Makefile @@ -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@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> |