diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-04 14:16:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-04 14:16:54 +0800 |
commit | 77a35a648ebd390444f5133a49479ecfb5b0272e (patch) | |
tree | c9e26a14d2d2f40ce54811883efa8b8239eaeff4 /misc | |
parent | b57ec4dc2ff90853ba9af38d5275bf6f3c93cb1f (diff) | |
download | freebsd-ports-gnome-77a35a648ebd390444f5133a49479ecfb5b0272e.tar.gz freebsd-ports-gnome-77a35a648ebd390444f5133a49479ecfb5b0272e.tar.zst freebsd-ports-gnome-77a35a648ebd390444f5133a49479ecfb5b0272e.zip |
Patch port: misc/linux-opengroupware
Fix a typo in Makefile
PR: ports/91273
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/linux-opengroupware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/linux-opengroupware/Makefile b/misc/linux-opengroupware/Makefile index 7934c677d2cc..d6f5e311d3c9 100644 --- a/misc/linux-opengroupware/Makefile +++ b/misc/linux-opengroupware/Makefile @@ -6,7 +6,7 @@ PORTNAME= opengroupware PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc www linux MASTER_SITES= http://download.opengroupware.org/nightly/packages/freebsd/linux-opengroupware/RPMS/:ogo \ http://download.opengroupware.org/nightly/packages/freebsd/linux-opengroupware/NGOBJWEB/:ngo \ @@ -202,7 +202,7 @@ post-install: @${ECHO} '/usr/kerberos/lib' >>${LINUXBASE}/etc/ld.so.conf @${LN} -sf ${LINUXBASE}/usr/lib/libpq.so.2 ${LINUXBASE}/usr/lib/libpq.so.3 @${LN} -sf ${LINUXBASE}/lib/libssl.so.0.9.6b ${LINUXBASE}/lib/libssl.so.9.6 - @${LN} -sf ${LINUXBASE}/lib/ibcrypto.so.0.9.6b ${LINUXBASE}/lib/libcrypto.so.2 + @${LN} -sf ${LINUXBASE}/lib/libcrypto.so.0.9.6b ${LINUXBASE}/lib/libcrypto.so.2 @${PREFIX}/sbin/ldconfig @${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL @${CHOWN} -Rh ogo:skyrix ${LINUXBASE}/opt/skyrix |