pkgsrc/security/libdes/patches/patch-ae
rh cae86cc092 Initial import of libdes-4.04b, a small DES (Data Encryption Standard) lib
and standalone program.  Closes PR 10532 by John Refling
<refling@comet.lbl.gov>
2000-11-23 13:16:10 +00:00

19 lines
513 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $
--- ./Makefile.uni.orig Thu Dec 4 05:35:37 1997
+++ ./Makefile.uni Fri Mar 31 04:21:16 2000
@@ -59,10 +59,10 @@
#DES_ENC=asm/dx86-sol.o asm/yx86-sol.o # solaris format x86
#DES_ENC=asm/dx86bsdi.o asm/yx86basi.o # bsdi format x86
-LIBDIR=/usr/local/lib
-BINDIR=/usr/local/bin
-INCDIR=/usr/local/include
-MANDIR=/usr/local/man
+LIBDIR=$(PREFIX)/lib
+BINDIR=$(PREFIX)/bin
+INCDIR=$(PREFIX)/include
+MANDIR=$(PREFIX)/man
MAN1=1
MAN3=3
SHELL=/bin/sh