diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-07-02 18:52:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-07-02 18:52:30 +0000 |
commit | 2aaf36e469852ac159ec54d2e6efde160364f603 (patch) | |
tree | 8111ef3cd2d124e7f96a6b4cb56e7cabbbf40996 | |
parent | cb51380f0957170d0b6ea9ddc8ebc3b31889ab88 (diff) | |
download | ports-2aaf36e469852ac159ec54d2e6efde160364f603.tar.gz ports-2aaf36e469852ac159ec54d2e6efde160364f603.zip |
Notes
-rw-r--r-- | devel/gnu-libtool/pkg-plist.libltdl | 6 | ||||
-rw-r--r-- | devel/libltdl/Makefile | 4 | ||||
-rw-r--r-- | devel/libltdl/pkg-descr (renamed from devel/gnu-libtool/pkg-descr.libltdl) | 0 | ||||
-rw-r--r-- | devel/libltdl/pkg-plist | 6 | ||||
-rw-r--r-- | devel/libltdl15/Makefile | 4 | ||||
-rw-r--r-- | devel/libltdl15/pkg-descr (renamed from devel/libtool15/pkg-descr.libltdl) | 0 | ||||
-rw-r--r-- | devel/libltdl15/pkg-plist | 6 | ||||
-rw-r--r-- | devel/libtool15/pkg-plist.libltdl | 6 |
8 files changed, 16 insertions, 16 deletions
diff --git a/devel/gnu-libtool/pkg-plist.libltdl b/devel/gnu-libtool/pkg-plist.libltdl deleted file mode 100644 index be04b5c3b893..000000000000 --- a/devel/gnu-libtool/pkg-plist.libltdl +++ /dev/null @@ -1,6 +0,0 @@ -@comment $FreeBSD$ -include/ltdl.h -lib/libltdl.a -lib/libltdl.la -lib/libltdl.so -lib/libltdl.so.4 diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index ca893f7d354b..406ac69f9bc1 100644 --- a/devel/libltdl/Makefile +++ b/devel/libltdl/Makefile @@ -15,7 +15,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-ltdl-install BUILD_WRKSRC= ${WRKSRC}/libltdl INSTALL_WRKSRC= ${WRKSRC}/libltdl -DESCR= ${PKGDIR}/pkg-descr.libltdl -PLIST= ${PKGDIR}/pkg-plist.libltdl +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/devel/gnu-libtool/pkg-descr.libltdl b/devel/libltdl/pkg-descr index e57b99f21a5c..e57b99f21a5c 100644 --- a/devel/gnu-libtool/pkg-descr.libltdl +++ b/devel/libltdl/pkg-descr diff --git a/devel/libltdl/pkg-plist b/devel/libltdl/pkg-plist new file mode 100644 index 000000000000..576ece3f4b07 --- /dev/null +++ b/devel/libltdl/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD: /tmp/pcvs/ports/devel/libltdl/pkg-plist,v 1.1 2003-07-02 18:52:29 ade Exp $ +include/ltdl.h +lib/libltdl.a +lib/libltdl.la +lib/libltdl.so +lib/libltdl.so.4 diff --git a/devel/libltdl15/Makefile b/devel/libltdl15/Makefile index ca893f7d354b..406ac69f9bc1 100644 --- a/devel/libltdl15/Makefile +++ b/devel/libltdl15/Makefile @@ -15,7 +15,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-ltdl-install BUILD_WRKSRC= ${WRKSRC}/libltdl INSTALL_WRKSRC= ${WRKSRC}/libltdl -DESCR= ${PKGDIR}/pkg-descr.libltdl -PLIST= ${PKGDIR}/pkg-plist.libltdl +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/devel/libtool15/pkg-descr.libltdl b/devel/libltdl15/pkg-descr index e57b99f21a5c..e57b99f21a5c 100644 --- a/devel/libtool15/pkg-descr.libltdl +++ b/devel/libltdl15/pkg-descr diff --git a/devel/libltdl15/pkg-plist b/devel/libltdl15/pkg-plist new file mode 100644 index 000000000000..c1b675bb6aef --- /dev/null +++ b/devel/libltdl15/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD: /tmp/pcvs/ports/devel/libltdl15/Attic/pkg-plist,v 1.1 2003-07-02 18:52:29 ade Exp $ +include/ltdl.h +lib/libltdl.a +lib/libltdl.la +lib/libltdl.so +lib/libltdl.so.4 diff --git a/devel/libtool15/pkg-plist.libltdl b/devel/libtool15/pkg-plist.libltdl deleted file mode 100644 index be04b5c3b893..000000000000 --- a/devel/libtool15/pkg-plist.libltdl +++ /dev/null @@ -1,6 +0,0 @@ -@comment $FreeBSD$ -include/ltdl.h -lib/libltdl.a -lib/libltdl.la -lib/libltdl.so -lib/libltdl.so.4 |