diff options
author | andreas <andreas@FreeBSD.org> | 1997-05-03 20:36:05 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-05-03 20:36:05 +0800 |
commit | 304b611f5c4d94c91dea15979764d68a35ffd243 (patch) | |
tree | 39fb0f033fd7953c9ab844c2c099958f66753ae8 | |
parent | ef139bc7f8a26a279a729ebbcfc48023a6c1e32f (diff) | |
download | freebsd-ports-gnome-304b611f5c4d94c91dea15979764d68a35ffd243.tar.gz freebsd-ports-gnome-304b611f5c4d94c91dea15979764d68a35ffd243.tar.zst freebsd-ports-gnome-304b611f5c4d94c91dea15979764d68a35ffd243.zip |
Backed out my changes based on the missassumption, that SSSL has
something to deal with SSL ;-)
Reordered master sites, put http address before ftp, because the
ftp server's address might change soon.
PR:
Reviewed by:
Submitted by: the author
Obtained from:
-rw-r--r-- | lang/eperl/Makefile | 8 | ||||
-rw-r--r-- | lang/eperl/pkg-plist | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 77744ccccf41..3ed5dcf0d22d 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,13 +3,13 @@ # Date created: Fri May 2 13:16:31 MET DST 1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id$ +# $Id: Makefile,v 1.4 1997/05/03 07:54:53 andreas Exp $ # DISTNAME= eperl-2.1.1 CATEGORIES= lang www perl5 -MASTER_SITES= ftp://ftp.engelschall.com/sw/ \ - http://www.engelschall.com/sw/eperl/distrib/ +MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ \ + ftp://ftp.engelschall.com/sw/ MAINTAINER= rse@engelschall.com @@ -21,7 +21,7 @@ MAINTAINER= rse@engelschall.com # owner of the executed script when operating # as a SSSL. Implies usage of SetUID bit! # -#INSTALL_ALSO_AS_SSSL= yes # apache's SSL port is currently marked BROKEN +INSTALL_ALSO_AS_SSSL= yes #ENABLE_UID_SWITCHING= yes BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 diff --git a/lang/eperl/pkg-plist b/lang/eperl/pkg-plist index 159c8013c0a7..ad798f4eeb0e 100644 --- a/lang/eperl/pkg-plist +++ b/lang/eperl/pkg-plist @@ -1,4 +1,5 @@ bin/eperl +www/cgi-bin/nph-eperl man/man1/eperl.1 @exec echo "AddType application/x-httpd-eperl .phtml .eperl .epl" >>%D/etc/apache/srm.conf @exec echo "Action application/x-httpd-eperl /cgi-bin/nph-eperl" >>%D/etc/apache/srm.conf |