summaryrefslogtreecommitdiff
path: root/textproc/bsddiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/bsddiff/Makefile')
-rw-r--r--textproc/bsddiff/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/bsddiff/Makefile b/textproc/bsddiff/Makefile
index d497a6f48165..21040366a2b7 100644
--- a/textproc/bsddiff/Makefile
+++ b/textproc/bsddiff/Makefile
@@ -11,17 +11,11 @@ PKGNAMEPREFIX= bsd-
MAINTAINER= gabor@FreeBSD.org
COMMENT= BSD-licensed version of diff from OpenBSD
+USES= uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
-MANCOMPRESSED= yes
-MAN1= bsddiff.1
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
MANDIR="${MANPREFIX}/man/man" \
CATDIR="${MANPREFIX}/man/man"
-NO_STAGE= yes
-post-install:
- ${LN} -s ${PREFIX}/bin/bsddiff ${PREFIX}/bin/diff
- ${LN} -s /usr/bin/diff ${PREFIX}/bin/gnudiff
-
.include <bsd.port.mk>