diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:36:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:36:49 +0000 |
commit | 94e1d17bcfabe16618bf73a638e4fe23de5fad7b (patch) | |
tree | d71055eea9a823cf41b84d50e223d765ee40aa17 /math/pari | |
parent | 06049e8ad59b6d43058b57fd05fb3b42793a8e85 (diff) | |
download | ports-94e1d17bcfabe16618bf73a638e4fe23de5fad7b.tar.gz ports-94e1d17bcfabe16618bf73a638e4fe23de5fad7b.zip |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 2 |
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> |