diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-27 15:56:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-27 15:56:32 +0000 |
commit | dee01374c8e97dde1eb72455401176a056259879 (patch) | |
tree | 3a806a5eed355f5c1b765ea869bd4cbc1749c9e4 /graphics/epix/Makefile | |
parent | d8d8cb0d0570dfb5653e406ecb1ace067a2467dd (diff) | |
download | ports-dee01374c8e97dde1eb72455401176a056259879.tar.gz ports-dee01374c8e97dde1eb72455401176a056259879.zip |
Notes
Diffstat (limited to 'graphics/epix/Makefile')
-rw-r--r-- | graphics/epix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index 89d4e45fb616..f198ec4e62d1 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -7,10 +7,10 @@ # PORTNAME= epix -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7a CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/software/ -DISTNAME= epix_src +DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org @@ -19,6 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ latex:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_SUB= VERSION="${PORTVERSION}" MAN1= epix.1 |