diff options
author | glewis <glewis@FreeBSD.org> | 2006-05-05 14:05:25 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2006-05-05 14:05:25 +0800 |
commit | 93729a536c4d72b2d39b07367e1f4213f1b3abeb (patch) | |
tree | e10f3d33607c561433520604d985fedd9a185adc /security/cracklib | |
parent | 34c0863e7eb7ba630e772b353a29b51e2ef61449 (diff) | |
download | freebsd-ports-gnome-93729a536c4d72b2d39b07367e1f4213f1b3abeb.tar.gz freebsd-ports-gnome-93729a536c4d72b2d39b07367e1f4213f1b3abeb.tar.zst freebsd-ports-gnome-93729a536c4d72b2d39b07367e1f4213f1b3abeb.zip |
. Make that pre-su-install, and pass the pointy hat. *sigh*
Diffstat (limited to 'security/cracklib')
-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 94fa557d1710..98b3a8fd707a 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -19,7 +19,7 @@ MAN3= cracklib.3 MLINKS= cracklib.3 FascistCheck.3 INSTALLS_SHLIB= yes -su-pre-install: +pre-su-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 |