summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-18 04:27:49 +0000
committerminskim <minskim>2004-02-18 04:27:49 +0000
commit821c97b12b3713f8c28ebae0f12e21e964151b38 (patch)
treead127f2ae70f487e96764682b524b036c6d39b00 /net
parente3d83b9228c66d90782a89afa14976573e6044e1 (diff)
downloadpkgsrc-821c97b12b3713f8c28ebae0f12e21e964151b38.tar.gz
Remove unnecessary trailing backslash.
Diffstat (limited to 'net')
-rw-r--r--net/aget/Makefile4
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}