aboutsummaryrefslogtreecommitdiff
path: root/security/donkey
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-16 08:15:19 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-16 08:15:19 +0000
commitf005e69fa59b39e568e2c2514b5040f629ccc821 (patch)
tree91c9ac30ec6d78e5c1c73dfb566aadc3a4883a9c /security/donkey
parenta1a6d480724fc799ba14f3f1e8ed439d68d3e2d3 (diff)
downloadports-f005e69fa59b39e568e2c2514b5040f629ccc821.tar.gz
ports-f005e69fa59b39e568e2c2514b5040f629ccc821.zip
Notes
Diffstat (limited to 'security/donkey')
-rw-r--r--security/donkey/files/patch-aa12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/donkey/files/patch-aa b/security/donkey/files/patch-aa
index 14cbf2336460..4bd82583e912 100644
--- a/security/donkey/files/patch-aa
+++ b/security/donkey/files/patch-aa
@@ -1,5 +1,5 @@
*** src/Makefile.in.orig Sun Apr 30 14:13:56 1995
---- src/Makefile.in Thu Sep 19 03:17:50 1996
+--- src/Makefile.in Wed Oct 16 17:03:57 1996
***************
*** 2,8 ****
# Makefile for Donkey
@@ -36,19 +36,21 @@
DEFS = @DEFS@
#DEFS = -DDefaultMD=MD5
***************
-*** 25,31 ****
+*** 25,32 ****
$(CC) -o $(PROG) $(CFLAGS) $(OBJS) $(LIBS)
install:
! cp $(PROG) $(BINDIR)
- ln -s $(PROG) $(BINDIR)/$(CMPT)
+! ln -s $(PROG) $(BINDIR)/$(CMPT)
clean:
---- 26,32 ----
+ rm -f $(PROG) $(OBJS)
+--- 26,33 ----
$(CC) -o $(PROG) $(CFLAGS) $(OBJS) $(LIBS)
install:
! install -cs -o bin -g bin -m 755 $(PROG) $(BINDIR)
- ln -s $(PROG) $(BINDIR)/$(CMPT)
+! ln -fs $(PROG) $(BINDIR)/$(CMPT)
clean:
+ rm -f $(PROG) $(OBJS)