diff options
author | max <max@FreeBSD.org> | 1996-12-08 01:11:27 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 01:11:27 +0000 |
commit | d06f3b1f3347fd2f282405e0b474cc9751d7939d (patch) | |
tree | 8098e723f99ec48c6780deff617c726e98b4572d /games/xmahjongg | |
parent | e6bb00e817f124850d9a74357f8594e795397b31 (diff) | |
download | FreeBSD-ports-d06f3b1f3347fd2f282405e0b474cc9751d7939d.zip FreeBSD-ports-d06f3b1f3347fd2f282405e0b474cc9751d7939d.tar.gz |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
cp -> ${CP}
Diffstat (limited to 'games/xmahjongg')
-rw-r--r-- | games/xmahjongg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 014b049..72ac4d2 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> |