Index: head/games/oonsoo/Makefile =================================================================== --- head/games/oonsoo/Makefile (revision 332784) +++ head/games/oonsoo/Makefile (revision 332785) @@ -1,28 +1,27 @@ # Created by: Joel Sutton # $FreeBSD$ PORTNAME= oonsoo PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www4.ncsu.edu/~bwmott/www/oonsoo/distributions/ MASTER_SITE_SUBDIR= games/solitaires EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A solitaire card game for X +COMMENT= Solitaire card game for X USE_XORG= x11 PLIST_FILES= bin/oonsoo MAKEFILE= Makefile.Linux MAKE_ARGS= CC="${CXX}" CPPFLAGS="${CXXFLAGS} -ansi" \ SYS_INCLUDE="-I${LOCALBASE}/include" \ SYS_LIBS="-L${LOCALBASE}/lib -lX11" MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${STAGEDIR}${PREFIX}/bin .include