diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-05 05:15:12 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-05 05:15:12 +0800 |
commit | d2aab6e432e940901efe79d76f3a56c2c82608ad (patch) | |
tree | 14b544673a3d7ebca2b657bf31ed0e4349325e70 /games | |
parent | 6febf195770ba229145abc8f7442c3fc054269e8 (diff) | |
download | freebsd-ports-gnome-d2aab6e432e940901efe79d76f3a56c2c82608ad.tar.gz freebsd-ports-gnome-d2aab6e432e940901efe79d76f3a56c2c82608ad.tar.zst freebsd-ports-gnome-d2aab6e432e940901efe79d76f3a56c2c82608ad.zip |
- Remove indefinite article from COMMENT
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/oonsoo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index 142a3512d3bb..662a5224b12a 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -11,7 +11,7 @@ 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 @@ -21,8 +21,7 @@ MAKE_ARGS= CC="${CXX}" CPPFLAGS="${CXXFLAGS} -ansi" \ 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 <bsd.port.mk> |