aboutsummaryrefslogtreecommitdiffstats
path: root/devel/clanlib
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 08:07:44 +0800
committerasami <asami@FreeBSD.org>2000-10-08 08:07:44 +0800
commit436199ebc2fe8e808e6605cc3122173b60c5ed81 (patch)
treed18bea471445a2f83a0f4ef068f5610458453ab6 /devel/clanlib
parent71320327a860409e6e36e1faa4faf6d14de015f7 (diff)
downloadfreebsd-ports-gnome-436199ebc2fe8e808e6605cc3122173b60c5ed81.tar.gz
freebsd-ports-gnome-436199ebc2fe8e808e6605cc3122173b60c5ed81.tar.zst
freebsd-ports-gnome-436199ebc2fe8e808e6605cc3122173b60c5ed81.zip
Rename PLIST.glx to pkg-plist.glx.
Diffstat (limited to 'devel/clanlib')
-rw-r--r--devel/clanlib/Makefile2
1 files changed, 1 insertions, 1 deletions
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>