diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 02:36:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 02:36:49 +0000 |
commit | 06e3e3ac4bf4069eb140a88830b239298f091f83 (patch) | |
tree | e16bdcdd9c6e9551f70519269884aa87dfb0e86b | |
parent | 501a1f41c9b8484f6257ff1d6cad8c447288ab74 (diff) | |
download | FreeBSD-ports-06e3e3ac4bf4069eb140a88830b239298f091f83.zip FreeBSD-ports-06e3e3ac4bf4069eb140a88830b239298f091f83.tar.gz |
Rename PLIST.emacs to pkg-plist.emacs.
-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 3b61fb3..e0397b6 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> |