head	1.15;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	wkj_1_0:1.1.1.1
	WKJ:1.1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2009.06.16.08.44.10;	author jadawin;	state Exp;
branches;
next	1.13;

1.13
date	2007.08.04.11.40.35;	author gabor;	state Exp;
branches;
next	1.12;

1.12
date	2006.08.12.13.04.13;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.19.08.25.09;	author vs;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.05.20.36.51;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.12.21.00.18.41;	author sergei;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.16.44.14;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.10.16.44.56;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.06.22.43.39;	author adamw;	state Exp;
branches;
next	1.5;

1.5
date	2002.07.22.03.58.19;	author fenner;	state Exp;
branches;
next	1.4;

1.4
date	2002.06.23.13.19.54;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.16.04.56.18;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.23.18.47.26;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.27.03.55.26;	author wes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.06.27.03.55.26;	author wes;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:    9e
# Date created:         17 Mar 1999
# Whom:			Jerry Hicks
#
# $FreeBSD: head/archivers/9e/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	9e
PORTVERSION=	1.0
CATEGORIES=	archivers
MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/
DISTNAME=	9e

MAINTAINER=	rodrigo@@bebik.net
COMMENT=	Explode Plan9 archives

PLIST_FILES=	bin/9e
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin

.include <bsd.port.mk>
@


1.14
log
@- Update MASTER_SITES
- Submitter take maintainership

PR:		ports/135620
Submitted by:	Rodrigo OSORIO <rodrigo _AT_ bebik.net>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.eecs.harvard.edu/~wkj/Software/9e/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@Respect DESTDIR

PR:		101796
Submitted by:	gabor
@
text
@d21 1
a21 1
	${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin
@


1.11
log
@Use MAKE_ARGS instead of Makefile-patch
@
text
@d21 1
a21 1
	${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
@


1.10
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d18 1
@


1.9
log
@- Use canonical form (ports@@FreeBSD.org) in MAINTAINER line
@
text
@d17 2
@


1.8
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.Org
@


1.7
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.6
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	Explode Plan9 archives

@


1.5
log
@Remove gehicks@@cisco.com as MAINTAINER; mail has been bouncing for 2 months.
@
text
@d16 2
@


1.4
log
@remove unused WWW var
@
text
@d14 1
a14 1
MAINTAINER=	gehicks@@cisco.com
@


1.3
log
@Fix the maintainer address.  (gehicks@@cisco.co -> gehicks@@cisco.com)
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/9e/Makefile,v 1.2 2000/09/23 18:47:26 will Exp $
a14 2

WWW=		http://www.eecs.harvard.edu/~wkj/Software/9e/
@


1.2
log
@Update maintainer address.

Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/9e/Makefile,v 1.1.1.1 2000/06/27 03:55:26 wes Exp $
d14 1
a14 1
MAINTAINER=	gehicks@@cisco.co
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
# $FreeBSD$
d14 1
a14 1
MAINTAINER=	jhix@@mindspring.com
@


1.1.1.1
log
@9e - a simple Plan9 distribution unpacker

PR:		ports/19459
Submitted by:	Jerry Hicks <jhix@@mindspring.com>
@
text
@@
