diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-04-19 09:33:11 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-04-19 09:33:11 +0000 |
commit | 418923681fb5e63d6924a29bbfd67a291c47e452 (patch) | |
tree | a17184f4ecab61976235363bc3507b04f94da210 /www-servers/bozohttpd/files | |
parent | version bump. Improved initscript thanks to inspiration by Natanael Copa in b... (diff) | |
download | gentoo-2-418923681fb5e63d6924a29bbfd67a291c47e452.tar.gz gentoo-2-418923681fb5e63d6924a29bbfd67a291c47e452.tar.bz2 gentoo-2-418923681fb5e63d6924a29bbfd67a291c47e452.zip |
Version bump + modifications not to depend on hardcoded /bin/install; see bug #171035
(Portage version: 2.1.2.2)
Diffstat (limited to 'www-servers/bozohttpd/files')
-rw-r--r-- | www-servers/bozohttpd/files/bozohttpd-20050410.Makefile | 34 | ||||
-rw-r--r-- | www-servers/bozohttpd/files/bozohttpd.Makefile | 34 | ||||
-rw-r--r-- | www-servers/bozohttpd/files/digest-bozohttpd-20060517 | 3 |
3 files changed, 3 insertions, 68 deletions
diff --git a/www-servers/bozohttpd/files/bozohttpd-20050410.Makefile b/www-servers/bozohttpd/files/bozohttpd-20050410.Makefile deleted file mode 100644 index 035d36f7c01f..000000000000 --- a/www-servers/bozohttpd/files/bozohttpd-20050410.Makefile +++ /dev/null @@ -1,34 +0,0 @@ -ifndef MANDIR - MANDIR = share/man/man8 -endif -ifndef PREFIX - PREFIX = /usr/local -endif -ifndef CC - CC = gcc -endif -ifndef INSTALL - INSTALL = /bin/install -endif - -SRCS = bozohttpd.c auth-bozo.c cgi-bozo.c content-bozo.c daemon-bozo.c dir-index-bozo.c ssl-bozo.c tilde-luzah-bozo.c -OBJ = bozohttpd - -all: bozohttpd - -bozohttpd: - $(CC) $(CFLAGS) -o $(OBJ) $(SRCS) -lssl -lcrypto - -clean: - rm -f $(OBJ) - rm -f *~ - -install:: bozohttpd - mkdir -p $(PREFIX)/bin - $(INSTALL) -s -m 755 $(OBJ) $(PREFIX)/bin - $(INSTALL) -d $(PREFIX)/$(MANDIR) - $(INSTALL) -m 644 $(OBJ).8 $(PREFIX)/$(MANDIR) - -uninstall:: - -rm -f $(PREFIX)/bin/$(OBJ) - -rm -f $(PREFIX)/$(MANDIR)/$(OBJ).8 diff --git a/www-servers/bozohttpd/files/bozohttpd.Makefile b/www-servers/bozohttpd/files/bozohttpd.Makefile deleted file mode 100644 index 6259c3a2a71a..000000000000 --- a/www-servers/bozohttpd/files/bozohttpd.Makefile +++ /dev/null @@ -1,34 +0,0 @@ -ifndef MANDIR - MANDIR = share/man/man8 -endif -ifndef PREFIX - PREFIX = /usr/local -endif -ifndef CC - CC = gcc -endif -ifndef INSTALL - INSTALL = /bin/install -endif - -SRCS = bozohttpd.c -OBJ = bozohttpd - -all: bozohttpd - -bozohttpd: - $(CC) $(CFLAGS) -o $(OBJ) $(SRCS) -lssl -lcrypto - -clean: - rm -f $(OBJ) - rm -f *~ - -install:: bozohttpd - mkdir -p $(PREFIX)/bin - $(INSTALL) -s -m 755 $(OBJ) $(PREFIX)/bin - $(INSTALL) -d $(PREFIX)/$(MANDIR) - $(INSTALL) -m 644 $(OBJ).8 $(PREFIX)/$(MANDIR) - -uninstall:: - -rm -f $(PREFIX)/bin/$(OBJ) - -rm -f $(PREFIX)/$(MANDIR)/$(OBJ).8 diff --git a/www-servers/bozohttpd/files/digest-bozohttpd-20060517 b/www-servers/bozohttpd/files/digest-bozohttpd-20060517 new file mode 100644 index 000000000000..b28a23f9d6f8 --- /dev/null +++ b/www-servers/bozohttpd/files/digest-bozohttpd-20060517 @@ -0,0 +1,3 @@ +MD5 75b9b57bb56ecdbfac2f5d024080b226 bozohttpd-20060517.tar.bz2 33032 +RMD160 edf15fe2998ca2fae0035f8380639e8741d0406a bozohttpd-20060517.tar.bz2 33032 +SHA256 6b87c6d762f0100e0c32eb5fbd7ac33ab174ee7646a9b6787b9a79bf1f739bff bozohttpd-20060517.tar.bz2 33032 |