ports/189896: [patch] Add staging support to www/weblint

Joseph Benden joe at thrallingpenguin.com
Sat May 17 20:00:00 UTC 2014


>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 at 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:


More information about the freebsd-ports-bugs mailing list