mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
7640c426a5
- Add license - Use SUB_FILES for pkg-message - Use DISTVERSION instead of PORTVERSION - Recreate patch files to satisfy portlint - Reformat pkg-message to what the PHB (section 8.5) defines as a good format - Bump PORTREVISION - Take maintainership
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
--- Makefile.in.orig 2002-03-16 10:12:40 UTC
|
|
+++ Makefile.in
|
|
@@ -67,8 +67,7 @@ installscript:
|
|
|
|
installlib:
|
|
${MKINSTALLDIRS} "${DESTDIR}${libdir}"
|
|
- ${INSTALL} ${SHLIB} ${DESTDIR}${libdir}
|
|
- ln -sf ${SHLIB} ${DESTDIR}${libdir}/${LIB_NAME}.so.${SHLIB_MAJOR}
|
|
+ ${INSTALL} ${SHLIB} ${DESTDIR}${libdir}/${LIB_NAME}.so.${SHLIB_MAJOR}
|
|
ln -sf ${LIB_NAME}.so.${SHLIB_MAJOR} ${DESTDIR}${libdir}/${LIB_NAME}.so
|
|
|
|
installman:
|