diff options
author | knu <knu@FreeBSD.org> | 2001-08-13 23:40:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-13 23:40:08 +0800 |
commit | b42d6a3416e187c95275f07c163f703c6f057f26 (patch) | |
tree | c8c606e98de4d4648f11d733f041bc04db4e224a /security/digest/Makefile | |
parent | 074f3a9f27ae8702f41bcd26689ca3d76b528e64 (diff) | |
download | freebsd-ports-gnome-b42d6a3416e187c95275f07c163f703c6f057f26.tar.gz freebsd-ports-gnome-b42d6a3416e187c95275f07c163f703c6f057f26.tar.zst freebsd-ports-gnome-b42d6a3416e187c95275f07c163f703c6f057f26.zip |
Synchronize with NetBSD. (20010807)
Diffstat (limited to 'security/digest/Makefile')
-rw-r--r-- | security/digest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/digest/Makefile b/security/digest/Makefile index 7c33282fc18b..a183ddfa120a 100644 --- a/security/digest/Makefile +++ b/security/digest/Makefile @@ -7,7 +7,7 @@ # PORTNAME= digest -PORTVERSION= 20010302 +PORTVERSION= 20010807 CATEGORIES= security sysutils MASTER_SITES= # DISTFILES= @@ -15,8 +15,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org -CFLAGS+= "-DVERSION=${PORTVERSION}" MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man +MAKE_ARGS= VERSION="${PORTVERSION}" MAN1= digest.1 PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR} |