diff options
author | jseger <jseger@FreeBSD.org> | 1998-01-30 05:59:51 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-01-30 05:59:51 +0800 |
commit | b4cec37bc42b09047afbe5ae1761741042aa8e21 (patch) | |
tree | fe72b909d938a3926a99ec87e47752129d832b10 | |
parent | cd618181bf3ef8e50e71f3fd41f715e154486891 (diff) | |
download | freebsd-ports-gnome-b4cec37bc42b09047afbe5ae1761741042aa8e21.tar.gz freebsd-ports-gnome-b4cec37bc42b09047afbe5ae1761741042aa8e21.tar.zst freebsd-ports-gnome-b4cec37bc42b09047afbe5ae1761741042aa8e21.zip |
Actually make myself MAINTAINER, and remove -g from CFLAGS.
Forgetten by: jseger
Remebered by: obrien
-rw-r--r-- | security/strobe/Makefile | 4 | ||||
-rw-r--r-- | security/strobe/files/patch-aa | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/security/strobe/Makefile b/security/strobe/Makefile index 30356da20576..a00d9e70eda0 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: proff # -# $Id: Makefile,v 1.1.1.1 1997/01/07 12:20:47 max Exp $ +# $Id: Makefile,v 1.2 1998/01/29 20:02:45 jseger Exp $ # DISTNAME= strobe-1.04 @@ -11,7 +11,7 @@ CATEGORIES= net security MASTER_SITES= ftp://ftp.win.or.jp/pub/network/misc/ EXTRACT_SUFX= .tgz -MAINTAINER= proff@suburbia.net +MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/strobe ALL_TARGET= strobe diff --git a/security/strobe/files/patch-aa b/security/strobe/files/patch-aa index 7ad03f5f842e..2893f23a916d 100644 --- a/security/strobe/files/patch-aa +++ b/security/strobe/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Nov 27 18:39:11 1995 -+++ Makefile Tue Jan 7 20:02:22 1997 -@@ -3,9 +3,10 @@ +--- Makefile.orig Thu Jul 3 07:48:00 1997 ++++ Makefile Thu Jan 29 16:57:49 1998 +@@ -3,15 +3,16 @@ # Modify the below to suit your filesystem @@ -14,6 +14,13 @@ #CC=cc CC=gcc + + #FLAGS=-O -nointl # SCO +-FLAGS= -O -g -Wall ++FLAGS= -O -Wall + + #LIBS= -lnsl -lsocket # SYSVR4 / SOLARIS + #LIBS= -lsocket -lmalloc -lc_s # SCO @@ -40,13 +41,13 @@ $(MAN): $(INSTALLDIR)/$(BIN): $(BIN) |