1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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:05:19 +00:00
parent 76fb447cee
commit e81523971c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4881

View File

@ -3,7 +3,7 @@
# Date created: 4 May 1995
# Whom: adam
#
# $Id: Makefile,v 1.16 1996/11/18 11:42:21 asami Exp $
# $Id: Makefile,v 1.17 1996/12/07 11:26:58 max Exp $
#
DISTNAME= wn-1.16.1
@ -11,15 +11,15 @@ CATEGORIES= www
MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/
IS_INTERACTIVE=
NO_PACKAGE= "Hostname compiled in."
NO_PACKAGE= "Hostname compiled in"
pre-patch:
@cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
@cp ${WRKSRC}/config.h.dist ${WRKSRC}/config.h
@${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
@${CP} ${WRKSRC}/config.h.dist ${WRKSRC}/config.h
post-install:
@mkdir -p ${PREFIX}/wn/wnlogs ${PREFIX}/wn/bin
@cp -PR ${WRKSRC}/docs ${PREFIX}/wn
@${CP} -PR ${WRKSRC}/docs ${PREFIX}/wn
@install -c -o bin -g bin ${WRKSRC}/bin/wn ${PREFIX}/libexec
@install -c -o bin -g bin ${WRKSRC}/bin/swn ${PREFIX}/sbin
@install -c -o bin -g bin ${WRKSRC}/bin/wndex ${PREFIX}/bin