aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/digest/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/digest/Makefile b/security/digest/Makefile
index 8a665f843d62..2a62e113536d 100644
--- a/security/digest/Makefile
+++ b/security/digest/Makefile
@@ -8,7 +8,7 @@
PORTNAME= digest
PORTVERSION= 20010807
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security sysutils
MASTER_SITES= #
DISTFILES=
@@ -16,7 +16,7 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
-MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
+MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man/man
MAKE_ARGS= VERSION="${PORTVERSION}"
MAN1= digest.1
PLIST= ${WRKDIR}/pkg-plist
@@ -29,7 +29,4 @@ do-extract:
pre-install:
${ECHO} bin/digest > ${PLIST}
-post-install:
- ${INSTALL_MAN} ${FILESDIR}/digest.1 ${PREFIX}/man/man1/
-
.include <bsd.port.mk>