diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | d38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch) | |
tree | f40aa0fae836f0a8866249f7237e61d83b9feafd /print/auctex | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27421
Diffstat (limited to 'print/auctex')
-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 b80515c2f377..c5b157a7876a 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: auctex -# Version required: 9.9p # Date created: 21 November 1999 # Whom: Martin Kammerhofer # # $FreeBSD$ # -DISTNAME= auctex-9.9p +PORTNAME= auctex +PORTVERSION= 9.9p CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/auctex |