diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 11:26:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 11:26:54 +0000 |
commit | a5517680aeb449a0cd3d5611787993bba7266722 (patch) | |
tree | d36006aae6763683b1b9331052020751748f4109 | |
parent | 3a63bd5fd9ca6082b55be9708a5fe5451778a8c2 (diff) | |
download | ports-a5517680aeb449a0cd3d5611787993bba7266722.tar.gz ports-a5517680aeb449a0cd3d5611787993bba7266722.zip |
Notes
-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> |