aboutsummaryrefslogtreecommitdiffstats
path: root/security/digest
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-09-21 23:09:25 +0800
committersf <sf@FreeBSD.org>2001-09-21 23:09:25 +0800
commitc57bdeb156428a5ad7906710b2d3d772d8796c6c (patch)
tree169f3859e394ac9af504f68cc1a7a40eec085538 /security/digest
parentc6894ec6a9f06d0ea48ddb3add4b5db518ce1a2d (diff)
downloadfreebsd-ports-gnome-c57bdeb156428a5ad7906710b2d3d772d8796c6c.tar.gz
freebsd-ports-gnome-c57bdeb156428a5ad7906710b2d3d772d8796c6c.tar.zst
freebsd-ports-gnome-c57bdeb156428a5ad7906710b2d3d772d8796c6c.zip
install manpage correctly.
Diffstat (limited to 'security/digest')
-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>