summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-18 17:58:24 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-18 17:58:24 +0000
commitc2efbc9e85765921c82f2ca045ea154907328d84 (patch)
tree696cbd0c2abc30390be8558c1975e9412f78fb9b /security/rsaref
parentRemove net/p5-Radius.This is the same to security/p5-Authen-Radius (diff)
portlint
Notes
Notes: svn path=/head/; revision=15417
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/Makefile17
-rw-r--r--security/rsaref/pkg-descr1
2 files changed, 8 insertions, 10 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 3ebd7ab89e0c..165b26c0680f 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -4,11 +4,11 @@
# Date created: 2 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.4 1998/09/14 22:33:23 smace Exp $
+# $Id: Makefile,v 1.5 1998/09/16 14:08:47 smace Exp $
#
-PKGNAME= rsaref-2.0
DISTNAME= rsaref20.1996
+PKGNAME= rsaref-2.0
CATEGORIES= security
MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/
EXTRACT_SUFX= .tar.Z
@@ -19,17 +19,16 @@ WRKSRC= ${WRKDIR}/source
RESTRICTED= "Crypto"
pre-configure:
- cp ${FILESDIR}/Makefile ${WRKSRC}
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
cd ${WRKSRC} && \
- cp des.h _des.h && \
- cp md2.h _md2.h && \
- cp md5.h _md5.h
+ ${CP} des.h _des.h && \
+ ${CP} md2.h _md2.h && \
+ ${CP} md5.h _md5.h
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
- install -d -m 555 ${PREFIX}/share/doc/rsaref
+ ${INSTALL} -d -m 555 ${PREFIX}/share/doc/rsaref
cd ${WRKDIR}/doc && ${INSTALL_DATA} info.txt rsaref.txt \
- ${PREFIX}/share/doc/rsaref
-
+ ${PREFIX}/share/doc/rsaref
.include <bsd.port.mk>
diff --git a/security/rsaref/pkg-descr b/security/rsaref/pkg-descr
index b0d0b0948972..15d857ee93d4 100644
--- a/security/rsaref/pkg-descr
+++ b/security/rsaref/pkg-descr
@@ -18,4 +18,3 @@ RSAREF 2.0 supports the following algorithms:
o DESX, RSA Data Security's efficient, secure DES enhancement
o Triple-DES, for added security with three DES operations
-