diff options
author | vs <vs@FreeBSD.org> | 2006-09-07 18:31:54 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-09-07 18:31:54 +0800 |
commit | 7935523ba3ebf48b35fe07360574ba1c18f287b1 (patch) | |
tree | 7c4938f106f99275ea4a372ff3c9de43b04a5cef /math/pari | |
parent | c62285787287f7506cbc135a283373ac2e459166 (diff) | |
download | freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.tar.gz freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.tar.zst freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.zip |
Fix typos wrt. Makefile variables like $FOO}
PR: ports/102833
Submitted by: Dmitry Marakasov
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 fad156b67eaa..8a8962c0839f 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -42,7 +42,7 @@ HAVE_PERL!= ${WHICH} perl || ${ECHO} nope .if ${HAVE_PERL} != "nope" PLIST= ${PKGDIR}/pkg-plist.emacs.perl .else -PLIST= ${PKGDIR/pkg-plit.emacs.noperl +PLIST= ${PKGDIR}/pkg-plit.emacs.noperl .endif .else .if ${HAVE_PERL} != "nope" |