diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-05-05 04:49:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-05-05 04:49:11 +0000 |
commit | 07911160fb0de2af938388378c30e3ab3e62329d (patch) | |
tree | 3334840f98d62790690a894240eb91105fdd5b9d /security/cracklib/Makefile | |
parent | cedf38ea7db5d0242ea431c12a865dd2771c005e (diff) | |
download | ports-07911160fb0de2af938388378c30e3ab3e62329d.tar.gz ports-07911160fb0de2af938388378c30e3ab3e62329d.zip |
Notes
Diffstat (limited to 'security/cracklib/Makefile')
-rw-r--r-- | security/cracklib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 1a384689c02c..94fa557d1710 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -19,7 +19,7 @@ MAN3= cracklib.3 MLINKS= cracklib.3 FascistCheck.3 INSTALLS_SHLIB= yes -pre-install: +su-pre-install: ${INSTALL_DATA} ${WRKSRC}/cracklib/libcrack.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/cracklib/libcrack.so.1 ${PREFIX}/lib ${LN} -sf libcrack.so.1 ${PREFIX}/lib/libcrack.so |