aboutsummaryrefslogtreecommitdiff
path: root/games/xmahjongg
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /games/xmahjongg
parentf777115e0124107b5cef3e52bb4856f321dcd2eb (diff)
downloadports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz
ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'games/xmahjongg')
-rw-r--r--games/xmahjongg/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile
index 3a7547950ac2..014b049663bd 100644
--- a/games/xmahjongg/Makefile
+++ b/games/xmahjongg/Makefile
@@ -3,11 +3,12 @@
# Date created: 16 Aug 1996
# Whom: joerg@freebsd.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/27 20:16:32 joerg Exp $
#
DISTNAME= xmahjongg
-CATEGORIES+= games
+PKGNAME= xmahjongg-1.0
+CATEGORIES= games
# Most Usenet archive sites don't store it as a .tar.gz, but Slackware
# and it's mirrors do.
MASTER_SITES= ftp://wcarchive.cdrom.com/pub/linux/slackware/source/xap/xgames/
@@ -19,4 +20,7 @@ USE_IMAKE= yes
NO_CDROM= "Restrictive copyright."
+post-extract:
+ @cp ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man
+
.include <bsd.port.mk>