1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Oops, deleted too much (says)

Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
This commit is contained in:
Satoshi Asami 1995-05-02 10:36:33 +00:00
parent 2b7376d31a
commit 556abd2905
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1580
2 changed files with 34 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id$
# $Id: Makefile,v 1.2 1995/05/02 09:27:06 asami Exp $
#
DISTNAME= groff-1.09
@ -18,6 +18,22 @@ PATCHFILES= jgroff-0.98.diff.gz
DISTPATCHES= 950414.01.Z 950414.02.Z
PATCH_DIST_STRIP= -p1
pre-fetch:
@(cd ${DISTDIR}; \
if [ ! -f ${PATCHFILES} ]; then \
${ECHO_MSG} ">> ${PATCHFILES} doesn't seem to exist on this system."; \
for file in ${DISTPATCHES} ; do \
for site in ${PATCH_SITES} ; do \
if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \
break; \
fi \
done; \
done; \
for file in ${DISTPATCHES} ; do zcat $${file}; done | \
sed '/^END -----/,/^BEGIN ----/d' | uudecode; \
rm -f ${DISTPATCHES};\
fi)
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=/usr/local

View File

@ -3,7 +3,7 @@
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1995/05/02 10:07:43 asami Exp $
#
DISTNAME= groff-1.09
@ -20,4 +20,20 @@ PATCH_DIST_ARGS?= -d ${WRKSRC}/.. --forward --quiet -E -p1
USE_IMAKE= yes
WRKSRC=${.CURDIR}/work/${DISTNAME}/xditview
pre-fetch:
@(cd ${DISTDIR}; \
if [ ! -f ${PATCHFILES} ]; then \
${ECHO_MSG} ">> ${PATCHFILES} doesn't seem to exist on this system."; \
for file in ${DISTPATCHES} ; do \
for site in ${PATCH_SITES} ; do \
if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \
break; \
fi \
done; \
done; \
for file in ${DISTPATCHES} ; do zcat $${file}; done | \
sed '/^END -----/,/^BEGIN ----/d' | uudecode; \
rm -f ${DISTPATCHES};\
fi)
.include <bsd.port.mk>