diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-09-07 10:31:54 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-09-07 10:31:54 +0000 |
commit | 22e96d488458c646b1aa39d81498163178a7e364 (patch) | |
tree | ca26d5881bd116d50d9360861e8867011fa0912b /math/pari | |
parent | 22b04f49dcdc1190928795b1b4012e457b74e2a5 (diff) | |
download | ports-22e96d488458c646b1aa39d81498163178a7e364.tar.gz ports-22e96d488458c646b1aa39d81498163178a7e364.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 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" |