diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
commit | 4aed6f1e6536c2d3be11d0ac7596e10b27791cb5 (patch) | |
tree | 021f61372fc74d69c6dbb086d15d03b8a2cae67e /games/xtruco/Makefile | |
parent | 77140e508e938432f22e37e787489915e2d78661 (diff) | |
download | ports-4aed6f1e6536c2d3be11d0ac7596e10b27791cb5.tar.gz ports-4aed6f1e6536c2d3be11d0ac7596e10b27791cb5.zip |
Notes
Diffstat (limited to 'games/xtruco/Makefile')
-rw-r--r-- | games/xtruco/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/xtruco/Makefile b/games/xtruco/Makefile index 42e364a1eb60..377e3bbd9261 100644 --- a/games/xtruco/Makefile +++ b/games/xtruco/Makefile @@ -6,17 +6,17 @@ # $FreeBSD$ # -DISTNAME= xtruco -PKGNAME= xtruco-1.0 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xtruco +PKGNAME= xtruco-1.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -USE_X_PREFIX= yes +USE_X_PREFIX= yes do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin .include <bsd.port.mk> |