diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-30 19:20:43 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-30 19:20:43 +0000 |
commit | fc0bc411dee9a093aa283a1cd0b9f8f436782d9c (patch) | |
tree | 904c833d7ad86ac1b6e538606663412263b0d5f1 /security/digest | |
parent | enable crypt(3) passwords (diff) |
use CONFLICTS and PLIST_FILES
Notes
Notes:
svn path=/head/; revision=99534
Diffstat (limited to 'security/digest')
-rw-r--r-- | security/digest/Makefile | 4 | ||||
-rw-r--r-- | security/digest/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/digest/Makefile b/security/digest/Makefile index c4a1367948b4..6a4ebaab3069 100644 --- a/security/digest/Makefile +++ b/security/digest/Makefile @@ -15,11 +15,15 @@ DISTFILES= MAINTAINER= eik@FreeBSD.org COMMENT= Message digest wrapper utility +CONFLICTS= nss-[0-9]* emboss-[0-9]* + GNU_CONFIGURE= yes NO_WRKSUBDIR= yes MAN1= digest.1 +PLIST_FILES= bin/digest + CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> diff --git a/security/digest/pkg-plist b/security/digest/pkg-plist deleted file mode 100644 index 9132d3f2651c..000000000000 --- a/security/digest/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/digest |