Fake. Submitted by the maintainer.

This commit is contained in:
kevlo 2000-03-13 05:15:02 +00:00
parent 6df4b56cf0
commit b5ee20cfc4
2 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2000/02/11 01:10:14 espie Exp $
# $OpenBSD: Makefile,v 1.3 2000/03/13 05:15:02 kevlo Exp $
DISTNAME= weblint-1.020
CATEGORIES= www
@ -8,6 +8,14 @@ MAINTAINER= seanc@cginfo.sk.ca
MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \
http://www.perl.com/CPAN/authors/id/NEILB/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
FAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
post-install:
.if !defined(NOPORTDOCS)
@echo "==> Installing weblint docs in ${PREFIX}/share/doc/weblint"

View File

@ -0,0 +1,13 @@
--- Makefile.orig Sat Aug 16 02:10:21 1997
+++ Makefile Sun Mar 12 21:15:24 2000
@@ -5,8 +5,8 @@ VERSION = 1.020
SHELL = /bin/sh
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man/man1
+BINDIR = $(PREFIX)/bin
+MANDIR = $(PREFIX)/man/man1
PSROFF = groff -Tps
PSVIEW = ghostview
RM = /bin/rm -f