diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-12-16 14:44:38 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-12-16 14:44:38 +0000 |
commit | 85931d830242abf14082a887a9e526aea459041f (patch) | |
tree | 322c1114dcbb1ca0f157f6e9eea9825b1446ba93 | |
parent | 6347b44933efd4110ed348a7bc6f4c0aed56ac5f (diff) | |
download | ports-85931d830242abf14082a887a9e526aea459041f.tar.gz ports-85931d830242abf14082a887a9e526aea459041f.zip |
Notes
-rw-r--r-- | print/auctex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 39784bfe686c..faadcdf91e2b 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -7,10 +7,11 @@ PORTNAME= auctex PORTVERSION= 11.84 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Integrated environment for writing LaTeX using GNU Emacs @@ -25,7 +26,6 @@ CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \ --with-texmf-dir=${PREFIX}/${TEXMFDIR} USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} PLIST_SUB+= LISPDIR=${LISPDIR} \ |