head	1.3;
access;
symbols
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.11.05.09.07.14;	author kris;	state dead;
branches;
next	1.2;

1.2
date	2005.03.10.07.26.27;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.28.17.22.28;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove expired ports
@
text
@--- Makefile.orig	Wed Jul  3 17:22:34 2002
+++ Makefile	Tue Mar  8 15:52:54 2005
@@@@ -62,7 +62,7 @@@@
 slash:
 	@@echo "=== INSTALLING SLASH MODULES ==="
 	@@if [ ! "$(RPM)" ] ; then \
-		(cd Slash; $(PERL) Makefile.PL; make install UNINST=1); \
+		(cd Slash; $(PERL) Makefile.PL; make all pure_install UNINST=1); \
 	else \
 		echo " - Performing an RPM build"; \
 		(cd Slash; $(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); make install UNINST=1); \
@@@@ -77,7 +77,7 @@@@
 		 if [ -f Makefile.PL ]; then \
 		 	if [ ! "$(RPM)" ] ; then \
 				$(PERL) Makefile.PL; \
-				make install UNINST=1;\
+				make all pure_install UNINST=1;\
 			else \
 				echo " - Performing an RPM build."; \
 				$(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); \
@@@@ -86,7 +86,7 @@@@
 		 fi); \
 	done)
 
-all: install
+all:
 
 install: slash plugins
 
@@@@ -167,15 +167,11 @@@@
 			 	if [ -d $(INIT) ]; then 		\
 			 		init=$(INIT);				\
 				fi;								\
-			 elif [ -d /etc/init.d ]; then 				\
-	 			init=/etc;					\
-			 elif [ -d /etc/rc.d/init.d ]; then 			\
-		 		init=/etc/rc.d;					\
+			 elif [ -d /usr/local/etc/rc.d ]; then 			\
+	 			init=/usr/local/etc/rc.d;					\
 			 fi;							\
 			 if [ $$init ]; then					\
- 			 	$(INSTALL) utils/slash $$init/init.d/;		\
-				ln -s -f ../init.d/slash $$init/rc3.d/S99slash;	\
-				ln -s -f ../init.d/slash $$init/rc6.d/K99slash;	\
+ 			 	$(INSTALL) utils/slash $$init/slash.sh;		\
 			 else 							\
 				echo "*** Makefile can't determine where your init scripts live."; \
 				if [ $$init ]; then				\
@


1.2
log
@- fix BROKEN - incorrect pkg-plist, same reason as 78571
- get rid of perllocal.pod.

PR:		78575
Submitted by:	clsung
@
text
@@


1.1
log
@add metalist 2.2.5
A Chinese port of Slash-Like Automatic Storytelling Homepage system

PR:		36066
Submitted by:	Autrijus Tang <autrijus@@egb.elixus.org>
@
text
@d1 29
a29 2
--- Makefile.old	Mon Mar 18 19:22:59 2002
+++ Makefile	Mon Mar 18 19:22:25 2002
@

