mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- 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
12 lines
421 B
Text
12 lines
421 B
Text
--- 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:
|