diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 10ddcca177d6d91079be1d2569dae59e314d70c9 (patch) | |
tree | 99a6744dc9660c3435aa9d77234a5901dd589105 /ftp | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) | |
download | ports-10ddcca177d6d91079be1d2569dae59e314d70c9.tar.gz ports-10ddcca177d6d91079be1d2569dae59e314d70c9.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170640
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftplib/Makefile | 2 | ||||
-rw-r--r-- | ftp/rexx-curl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftplib/Makefile b/ftp/ftplib/Makefile index 079a5b098a0b..22bab8f2b1bc 100644 --- a/ftp/ftplib/Makefile +++ b/ftp/ftplib/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/linux PATCH_DIST_STRIP= -p3 USE_GMAKE= yes MAKE_ARGS+= DEBUG="${CFLAGS}" LDFLAGS="${LDFLAGS} -L." -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_FILES= lib/libftp.so lib/libftp.so.3 \ include/ftplib.h bin/qftp bin/ftpdir bin/ftpget \ diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index 3503096f8381..1853ca513eb0 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-rexx=regina -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/rexx${PORTNAME} DATADIR= ${PREFIX}/share/rexx${PORTNAME} |