diff options
author | seb <seb@pkgsrc.org> | 2003-09-29 09:20:12 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-29 09:20:12 +0000 |
commit | 04cb239af6801c1bcc0e01f55683907e78e65407 (patch) | |
tree | 90398dd0424b385007bb606afe716466466a79e7 /x11/xpaste/Makefile | |
parent | e3f927fc8d66aed11e7ef0d249df3b02b2dab2b7 (diff) | |
download | pkgsrc-04cb239af6801c1bcc0e01f55683907e78e65407.tar.gz |
Fix varargs problems encountered with gcc 3.
While here fix my email address.
Diffstat (limited to 'x11/xpaste/Makefile')
-rw-r--r-- | x11/xpaste/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile index d1b0163cb90..f26c0fd0870 100644 --- a/x11/xpaste/Makefile +++ b/x11/xpaste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:43:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/29 09:20:12 seb Exp $ # DISTNAME= xpaste-1.1 @@ -8,7 +8,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} EXTRACT_SUFX= .shar.gz -MAINTAINER= seb@pbox.org +MAINTAINER= seb@NetBSD.org COMMENT= Display the content of the X11 paste buffer in a window USE_IMAKE= yes |