diff options
author | frueauf <frueauf> | 1998-03-16 12:36:33 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-16 12:36:33 +0000 |
commit | 6654cb41b8aaea06acc7f6022a3788d00c6ed682 (patch) | |
tree | e7612c7d292f79b9934955b04de840ecdfc86fc6 /x11 | |
parent | 4a174afe396edadc98a1c6727c931d218baa2ff8 (diff) | |
download | pkgsrc-6654cb41b8aaea06acc7f6022a3788d00c6ed682.tar.gz |
portlint: add default MAINTAINER.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmove/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xmove/Makefile b/x11/xmove/Makefile index 94913edf365..0c24a75f202 100644 --- a/x11/xmove/Makefile +++ b/x11/xmove/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Mar 10 22:45:33 GMT 1998 # Whom: Alistair Crooks agc@netbsd.org # -# $NetBSD: Makefile,v 1.1 1998/03/11 02:44:52 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/16 12:36:33 frueauf Exp $ # DISTNAME= xmove.2.0beta2 @@ -11,6 +11,8 @@ PKGNAME= xmove-2.0b2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/ +MAINTAINER= packages@netbsd.org + WRKSRC= ${WRKDIR}/xmove USE_IMAKE= yes CAT1= xmove.0 xmovectrl.0 |