diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-18 04:27:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-18 04:27:49 +0000 |
commit | 9041c4b6e6fcff964be3681121400a14d71efcae (patch) | |
tree | ad127f2ae70f487e96764682b524b036c6d39b00 /net/aget | |
parent | 15f368a9181c86d422377fd393e4d05516d84b4c (diff) | |
download | pkgsrc-9041c4b6e6fcff964be3681121400a14d71efcae.tar.gz |
Remove unnecessary trailing backslash.
Diffstat (limited to 'net/aget')
-rw-r--r-- | net/aget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aget/Makefile b/net/aget/Makefile index 90c2628e619..b2cd2e3d272 100644 --- a/net/aget/Makefile +++ b/net/aget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 02:00:34 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/18 04:27:49 minskim Exp $ # DISTNAME= aget-0.4 @@ -22,7 +22,7 @@ SUBST_STAGE.options= post-patch SUBST_FILES.options= Makefile Makefile.Solaris SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,' \ -e 's,LDFLAGS =,\#LDFLAGS =,' \ - -e 's,CC =,\#CC =,' \ + -e 's,CC =,\#CC =,' PTHREAD_OPTS+= require CFLAGS+= ${PTHREAD_CFLAGS} |