1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Stage support

PR:		189896
This commit is contained in:
Martin Wilke 2014-05-25 05:18:13 +00:00
parent 654868e8ba
commit 9315b93636
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355115
3 changed files with 4 additions and 4 deletions

View File

@ -12,5 +12,4 @@ COMMENT= HTML validator and sanity checker
MAN1= weblint.1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -1,2 +1,3 @@
bin/weblint
lib/weblintrc
man/man1/weblint.1.gz