aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-12-08 09:11:27 +0800
committermax <max@FreeBSD.org>1996-12-08 09:11:27 +0800
commitd06f3b1f3347fd2f282405e0b474cc9751d7939d (patch)
tree8098e723f99ec48c6780deff617c726e98b4572d
parente6bb00e817f124850d9a74357f8594e795397b31 (diff)
downloadfreebsd-ports-gnome-d06f3b1f3347fd2f282405e0b474cc9751d7939d.tar.gz
freebsd-ports-gnome-d06f3b1f3347fd2f282405e0b474cc9751d7939d.tar.zst
freebsd-ports-gnome-d06f3b1f3347fd2f282405e0b474cc9751d7939d.zip
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN. Pointed-out by: asami cp -> ${CP}
-rw-r--r--games/xmahjongg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile
index 014b049663bd..72ac4d21bb8c 100644
--- a/games/xmahjongg/Makefile
+++ b/games/xmahjongg/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Aug 1996
# Whom: joerg@freebsd.org
#
-# $Id: Makefile,v 1.1.1.1 1996/08/27 20:16:32 joerg Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:25:52 asami Exp $
#
DISTNAME= xmahjongg
@@ -18,9 +18,9 @@ MAINTAINER= joerg@freebsd.org
WRKSRC= ${WRKDIR}/xmahjongg
USE_IMAKE= yes
-NO_CDROM= "Restrictive copyright."
+NO_CDROM= "Restrictive copyright"
post-extract:
- @cp ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man
+ @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man
.include <bsd.port.mk>