diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 06:16:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 06:16:54 +0000 |
commit | 7ff8b272180df5a984b674f9640d5e6dbe3b6534 (patch) | |
tree | 4f80fd91d9a41c9751e64b795ed8a6e2b4f287a4 /misc | |
parent | 1b3220e465e17ea7e74771679a1fcefb3a578d29 (diff) | |
download | ports-7ff8b272180df5a984b674f9640d5e6dbe3b6534.tar.gz ports-7ff8b272180df5a984b674f9640d5e6dbe3b6534.zip |
Patch port: misc/linux-opengroupware
Fix a typo in Makefile
PR: ports/91273
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Notes
Notes:
svn path=/head/; revision=152709
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 |