summaryrefslogtreecommitdiff
path: root/games/libshhcards/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 03:28:33 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 03:28:33 +0000
commit2c96437f3e452c826db308f4f672aa531b241563 (patch)
tree46c815859ddac8bf52f58e578e45adf91fc57ce9 /games/libshhcards/Makefile
parentupgrade to 1.0.4 (diff)
upgrade to 1.0.5
PR: 38219 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=59585
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r--games/libshhcards/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile
index 98f53fe420f9..063f58d440db 100644
--- a/games/libshhcards/Makefile
+++ b/games/libshhcards/Makefile
@@ -6,23 +6,23 @@
#
PORTNAME= libshhcards
-PORTVERSION= 1.0.4
+PORTVERSION= 1.0.5
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
DISTNAME= shhcards-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
+MAKEFILE= ${FILESDIR}/Makefile.lib
INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/libshhcards
- ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>