mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix library installation
- Fix library name to match what script expects, fixing -r option Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
d71bef9775
commit
94e9cddafe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395238
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= dirdiff
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils tcl tk
|
||||
MASTER_SITES= ftp://ftp.samba.org/pub/paulus/
|
||||
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
USES+= tk
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= bin/dirdiff lib/libfilecmp.so.0
|
||||
PLIST_FILES= bin/dirdiff lib/libfilecmp.so.0.0
|
||||
|
||||
CFLAGS+= -fPIC -I${TCL_INCLUDEDIR}
|
||||
|
||||
|
@ -34,6 +34,6 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/dirdiff ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/libfilecmp.so.0 ${STAGEDIR}${PREFIX}/lib
|
||||
${INSTALL_LIB} ${WRKSRC}/libfilecmp.so.0 ${STAGEDIR}${PREFIX}/lib/libfilecmp.so.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue