diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-06 13:42:26 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-06 13:42:26 +0000 |
commit | 21068c93d5da3611612de4f09258924e6e8d2ac4 (patch) | |
tree | 351c98085a07354f5ad877356e744a4ef8ad15d1 /games/blue/Makefile | |
parent | a9606856b6a9a1c1da4007ccf2562d578c110522 (diff) |
Notes
Diffstat (limited to 'games/blue/Makefile')
-rw-r--r-- | games/blue/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/games/blue/Makefile b/games/blue/Makefile index 24d6682cfb8c..d6313b443725 100644 --- a/games/blue/Makefile +++ b/games/blue/Makefile @@ -11,12 +11,17 @@ CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bluemoon/ DISTNAME= bluemoon-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A Blue Moon card solitaire +MAINTAINER= nemysis@gmx.ch +COMMENT= Blue Moon card solitaire + +LICENSE= BSD USE_GMAKE= yes ALL_TARGET= bluemoon -PLIST_FILES= bin/blue bin/bluemoon +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/blue \ + bin/bluemoon MAN6= bluemoon.6 MLINKS= bluemoon.6 blue.6 @@ -28,6 +33,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bluemoon ${PREFIX}/bin @${LN} -sf bluemoon ${PREFIX}/bin/blue - ${INSTALL_MAN} ${WRKSRC}/bluemoon.6 ${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 .include <bsd.port.mk> |