diff options
author | trevor <trevor@FreeBSD.org> | 2002-03-11 20:50:46 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-03-11 20:50:46 +0800 |
commit | b3e566646a83622bcf1a5678d497ad34b6470a95 (patch) | |
tree | fce469ec26e594d87a15701babeb0c5ddbc66eed /x11/wrapper | |
parent | 8734e8c8cb11374e2235d86a94b35fc6b5093dd8 (diff) | |
download | freebsd-ports-gnome-b3e566646a83622bcf1a5678d497ad34b6470a95.tar.gz freebsd-ports-gnome-b3e566646a83622bcf1a5678d497ad34b6470a95.tar.zst freebsd-ports-gnome-b3e566646a83622bcf1a5678d497ad34b6470a95.zip |
Back out some changes which were made without my review.
Diffstat (limited to 'x11/wrapper')
-rw-r--r-- | x11/wrapper/Makefile | 10 |
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> |