diff options
author | agc <agc@pkgsrc.org> | 1999-11-02 13:06:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-02 13:06:07 +0000 |
commit | 29de41168bbb7b9a24908cd3e72d4c51991067e6 (patch) | |
tree | cdc2dee7cd5830811ba7bba4f30de1ce4edc0ef9 /x11/xquote | |
parent | 987c693547e6f68dd81b2f1fd305665c977165b1 (diff) | |
download | pkgsrc-29de41168bbb7b9a24908cd3e72d4c51991067e6.tar.gz |
Don't try to extract the application defaults file.
Diffstat (limited to 'x11/xquote')
-rw-r--r-- | x11/xquote/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xquote/Makefile b/x11/xquote/Makefile index abb4a49c0cb..73d1affd833 100644 --- a/x11/xquote/Makefile +++ b/x11/xquote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:50 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/02 13:06:07 agc Exp $ DISTNAME= xquote-1.1 CATEGORIES= x11 @@ -14,6 +14,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm USE_IMAKE= yes USE_MOTIF= yes NO_INSTALL_MANPAGES= yes +EXTRACT_ONLY= ${DISTNAME}.tar.gz post-patch: ${TOUCH} ${WRKSRC}/Xquote.man |