diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-01 05:31:42 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-01 05:31:42 +0800 |
commit | 0c0db351400611edae73ad5da63a92f3c1f52eab (patch) | |
tree | f7c5f51115d57829e299d1645612c58a4515697c /games | |
parent | 18644701f1dc1df1dea788413a373b289fef601e (diff) | |
download | freebsd-ports-gnome-0c0db351400611edae73ad5da63a92f3c1f52eab.tar.gz freebsd-ports-gnome-0c0db351400611edae73ad5da63a92f3c1f52eab.tar.zst freebsd-ports-gnome-0c0db351400611edae73ad5da63a92f3c1f52eab.zip |
- Add stage support
- Remove indefinite article from COMMENT
Diffstat (limited to 'games')
-rw-r--r-- | games/cryptoslam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/cryptoslam/Makefile b/games/cryptoslam/Makefile index cc5c0184ebbc..3270b94ee625 100644 --- a/games/cryptoslam/Makefile +++ b/games/cryptoslam/Makefile @@ -8,16 +8,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A curses-based tool for creating and solving the cryptograms +COMMENT= Curses-based tool for creating and solving the cryptograms PLIST_FILES= bin/cryptoslam -NO_STAGE= yes do-build: cd ${WRKSRC} && ${CXX} ${CXXFLAGS} cryptogram.cpp cryptoslam.cpp \ -o ${PORTNAME} -lcurses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |