summaryrefslogtreecommitdiff
path: root/x11/wrapper
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-03-11 12:50:46 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-03-11 12:50:46 +0000
commiteed586005d34b1d4b1fb61cadeb20e9402a0ed22 (patch)
tree3b8721e99041dd50780f2f7dc60296379908c2d8 /x11/wrapper
parentUpdate my e-mail address. (diff)
Back out some changes which were made without my review.
Notes
Notes: svn path=/head/; revision=55861
Diffstat (limited to 'x11/wrapper')
-rw-r--r--x11/wrapper/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile
index 0e86527e115b..9f228ad65092 100644
--- a/x11/wrapper/Makefile
+++ b/x11/wrapper/Makefile
@@ -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>