aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:36:49 +0800
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:36:49 +0800
commit94e1d17bcfabe16618bf73a638e4fe23de5fad7b (patch)
treed71055eea9a823cf41b84d50e223d765ee40aa17 /math
parent06049e8ad59b6d43058b57fd05fb3b42793a8e85 (diff)
downloadfreebsd-ports-94e1d17bcfabe16618bf73a638e4fe23de5fad7b.tar.gz
freebsd-ports-94e1d17bcfabe16618bf73a638e4fe23de5fad7b.tar.zst
freebsd-ports-94e1d17bcfabe16618bf73a638e4fe23de5fad7b.zip
Rename PLIST.emacs to pkg-plist.emacs.
Notes
Notes: svn path=/head/; revision=33526
Diffstat (limited to 'math')
-rw-r--r--math/pari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 3b61fb3a80ff..e0397b65b23b 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -30,7 +30,7 @@ MLINKS= gp.1 pari.1
HAVE_EMACS!= which emacs || echo nope
.if ${HAVE_EMACS} != "nope"
-PLIST= ${PKGDIR}/PLIST.emacs
+PLIST= ${PKGDIR}/pkg-plist.emacs
.endif
.include <bsd.port.mk>