diff options
author | erich <erich@FreeBSD.org> | 1995-10-29 04:35:56 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-10-29 04:35:56 +0800 |
commit | aef77dae43e60ec77ba7ec150134c0779cc990d2 (patch) | |
tree | bb80bdff89931ba94543a41b97623b563e7657da /editors/sam | |
parent | b0b58df8ee0680303138d0f2590ebe88bbbaaf64 (diff) | |
download | freebsd-ports-graphics-aef77dae43e60ec77ba7ec150134c0779cc990d2.tar.gz freebsd-ports-graphics-aef77dae43e60ec77ba7ec150134c0779cc990d2.tar.zst freebsd-ports-graphics-aef77dae43e60ec77ba7ec150134c0779cc990d2.zip |
added myself as MAINTAINER
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 64fadcff43a..8490314c32c 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/14 04:08:00 asami Exp $ # DISTNAME= sam @@ -12,6 +12,8 @@ CATEGORIES+= plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .msg.gz +MAINTAINER= erich@FreeBSD.org + NO_WRKSUBDIR= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= |