diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:07:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:07:44 +0000 |
commit | e3946f2ecba72111534640471f97a5b2d8091e25 (patch) | |
tree | 5775285709e19491605d62392ff93d17e4244d56 /devel | |
parent | 606d04df3763646d4dbccbce31e9700a0d4b0604 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/clanlib-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/clanlib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index e626bc708733..919b1dbe2362 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -35,7 +35,7 @@ ALL_TARGET+= clanPNG clanGL .if !defined(WITHOUT_GL) pre-install: - @cat ${PKGDIR}/PLIST.glx ${PKGDIR}/PLIST > ${PLIST} + @cat ${PKGDIR}/pkg-plist.glx ${PKGDIR}/pkg-plist > ${PLIST} .endif .include <bsd.port.mk> diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index e626bc708733..919b1dbe2362 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -35,7 +35,7 @@ ALL_TARGET+= clanPNG clanGL .if !defined(WITHOUT_GL) pre-install: - @cat ${PKGDIR}/PLIST.glx ${PKGDIR}/PLIST > ${PLIST} + @cat ${PKGDIR}/pkg-plist.glx ${PKGDIR}/pkg-plist > ${PLIST} .endif .include <bsd.port.mk> |