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

Back out some changes which were made without my review.

This commit is contained in:
Trevor Johnson 2002-03-11 12:50:46 +00:00
parent 11c148925c
commit eed586005d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55861

View File

@ -9,20 +9,12 @@ 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:
@ -32,4 +24,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>
.include <bsd.port.mk>