diff options
author | sada <sada@FreeBSD.org> | 1998-12-19 01:58:24 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-12-19 01:58:24 +0800 |
commit | c847e3c06d4eef903fe6bce869479af1fe961114 (patch) | |
tree | ac9185edec1688a9634114cbbfacd57a3a524943 /security | |
parent | ae1a4158db04d8bf280b0adc9fd0aca560e24046 (diff) | |
download | freebsd-ports-graphics-c847e3c06d4eef903fe6bce869479af1fe961114.tar.gz freebsd-ports-graphics-c847e3c06d4eef903fe6bce869479af1fe961114.tar.zst freebsd-ports-graphics-c847e3c06d4eef903fe6bce869479af1fe961114.zip |
portlint
Diffstat (limited to 'security')
-rw-r--r-- | security/rsaref/Makefile | 17 | ||||
-rw-r--r-- | security/rsaref/pkg-descr | 1 |
2 files changed, 8 insertions, 10 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 3ebd7ab89e0..165b26c0680 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 b0d0b094897..15d857ee93d 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 - |