diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-22 16:42:19 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-22 16:42:19 +0000 |
commit | 641cfa39ea772623ec9ab550521e027de65393b1 (patch) | |
tree | 475c470b247c8de89b1630c70e3d343d6ca4bfe9 /editors/jove/Makefile | |
parent | 4124a652ad8051a6e9f78da0231099f21d0e04cb (diff) |
Notes
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r-- | editors/jove/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 3859a85bbf7a..e2378e2bbfa0 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -7,12 +7,13 @@ PORTNAME= jove PORTVERSION= 4.16 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/jove -MAN1= jove.1 teachjove.1 xjove.1 jovetool.1 +WRKSRC= ${WRKDIR}/${PORTNAME} +MAN1= jove.1 teachjove.1 .include <bsd.port.mk> |