head	1.2;
access;
symbols
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.06.07.01.56.06;	author pgollucci;	state dead;
branches;
next	1.1;

1.1
date	2009.07.18.16.50.55;	author mbr;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.6

PR:             ports/147101
Submitted by:   pgollucci@@ (myself)
Approved by:    mk@@neon1.net (maintainer)
@
text
@--- src/Makefile.orig	2008-10-28 19:25:44.000000000 +0000
+++ src/Makefile	2009-03-23 18:39:37.000000000 +0000
@@@@ -9,7 +9,7 @@@@
 	$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
 
 install: $(TARGET)
-	$(APXS) -i $(TARGET)
+	$(APXS) -i -a -n auth_pubtkt $(TARGET)
 
 clean:
 	-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
@


1.1
log
@mod_auth_pubtkt is a Web single sign-on (SSO) solution for Apache

WWW:	https://neon1.net/mod_auth_pubtkt/

Submitted by:	Manuel Kasper <mkasper@@monzoon.net>
@
text
@@

