diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/xjump | |
parent | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff) |
Notes
Diffstat (limited to 'games/xjump')
-rw-r--r-- | games/xjump/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 5f69367a4d3f..eec03ae2901b 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xjump -# Date created: Sun 25 Feb 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= xjump PORTVERSION= 2.7.5 @@ -23,6 +19,7 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \ IDIR="-I${LOCALBASE}/include" LDIR="-L${LOCALBASE}/lib" ALL_TARGET= xjump +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 2755 -g games ${WRKSRC}/xjump ${PREFIX}/bin @${CAT} ${PKGMESSAGE} |