mark as FORBIDDEN if ${XFREE86_VERSION} == 3.
add dummy MASTER_SITES and DISTFILES to make portlint happy.
This commit is contained in:
parent
d5566f1f88
commit
a634081665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43316
@ -9,12 +9,20 @@ PORTNAME= wrapper
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
FORBIDDEN= This port is for XFree86-4.
|
||||
.endif
|
||||
|
||||
do-fetch:
|
||||
|
||||
do-build:
|
||||
@ -24,4 +32,4 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin
|
||||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user