No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,

RESTRICTED or BROKEN.
Pointed-out by:	asami

cp -> ${CP}
This commit is contained in:
Masafumi Max NAKANE 1996-12-08 01:11:27 +00:00
parent e81523971c
commit 9421fdf1ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4882

View File

@ -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>