diff options
Diffstat (limited to 'x11/9term/Makefile')
-rw-r--r-- | x11/9term/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 0e20333..4b6c2c8 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: 9term -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com # # $FreeBSD$ # PORTNAME= 9term -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.3 CATEGORIES= x11 plan9 -MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -16,10 +16,9 @@ MAINTAINER= ports@FreeBSD.org # needs library and private header, but not during runtime BUILD_DEPENDS= /nonexistent:${PORTSDIR}/editors/sam:build -USE_XLIB= yes -MAN1= 9term.1 -MANCOMPRESSED= yes -MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work NO_WRKSUBDIR= yes +USE_X_PREFIX= yes +MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work +MAN1= 9term.1 .include <bsd.port.mk> |