diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:31:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-01 15:31:47 +0000 |
commit | 6fb16aff978466e9397df2a7f10f5ef1d0ec1d08 (patch) | |
tree | 66f0cdd18a6a44ce57c49ba406f7a2505509b012 /games/eboard | |
parent | abac4151e521a2a9e6cea2615c8c7db8fe344958 (diff) | |
download | ports-6fb16aff978466e9397df2a7f10f5ef1d0ec1d08.tar.gz ports-6fb16aff978466e9397df2a7f10f5ef1d0ec1d08.zip |
Notes
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 8 | ||||
-rw-r--r-- | games/eboard/distinfo | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 0df94945d19a..8234de6a1ad4 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eboard -PORTVERSION= 0.2.5 +PORTVERSION= 0.3.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,8 +20,14 @@ USE_GTK= yes USE_IMLIB= yes USE_X_PREFIX= yes +INSTALL_TARGET= install install-man + +MAN1= eboard-config.1 eboard-addtheme.1 MAN6= eboard.6 +post-patch: + @${PERL} -pi -e 's!CXXFLAGS=-O6\n!!' ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/eboard diff --git a/games/eboard/distinfo b/games/eboard/distinfo index 574f629bf3f4..0502b048b10b 100644 --- a/games/eboard/distinfo +++ b/games/eboard/distinfo @@ -1 +1 @@ -MD5 (eboard-0.2.5.tar.gz) = 9041bc5ea9149400be1e9882bce1cbe7 +MD5 (eboard-0.3.0.tar.gz) = 18899f4e2928ff80c8041dc47b554ca9 |