Date: Sat, 17 May 2014 19:54:48 GMT From: Joseph Benden <joe@thrallingpenguin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/189896: [patch] Add staging support to www/weblint Message-ID: <201405171954.s4HJsm4O089364@cgiserv.freebsd.org> Resent-Message-ID: <201405172000.s4HK00tv005534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 189896 >Category: ports >Synopsis: [patch] Add staging support to www/weblint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 17 20:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Joseph Benden >Release: FreeBSD 11 >Organization: >Environment: FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014 root@lucy:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Adds staging support and missing plist entry to www/weblint. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/www/weblint/Makefile b/www/weblint/Makefile index fc54e28..c1d1514 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -12,5 +12,4 @@ COMMENT= HTML validator and sanity checker MAN1= weblint.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/weblint/files/patch-aa b/www/weblint/files/patch-aa index 0190930..b4056c7 100644 --- a/www/weblint/files/patch-aa +++ b/www/weblint/files/patch-aa @@ -15,9 +15,9 @@ SHELL = /bin/sh ! PREFIX ?= /usr/local -! BINDIR = ${PREFIX}/bin -! MANDIR = ${PREFIX}/man/man1 -! LIBDIR = ${PREFIX}/lib +! BINDIR = ${DESTDIR}${PREFIX}/bin +! MANDIR = ${DESTDIR}${PREFIX}/man/man1 +! LIBDIR = ${DESTDIR}${PREFIX}/lib PSROFF = groff -Tps PSVIEW = ghostview RM = /bin/rm -f diff --git a/www/weblint/pkg-plist b/www/weblint/pkg-plist index d1f98b2..ed2fdab 100644 --- a/www/weblint/pkg-plist +++ b/www/weblint/pkg-plist @@ -1,2 +1,3 @@ bin/weblint lib/weblintrc +man/man1/weblint.1.gz >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171954.s4HJsm4O089364>