diff options
author | tg <tg@FreeBSD.org> | 1997-03-06 17:46:39 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-03-06 17:46:39 +0800 |
commit | 772153352120ee52ce3cf5ab04b78154e117c56c (patch) | |
tree | f01987fefa41e82f2c54fd4c52b0409153e25892 /textproc | |
parent | f30bea01efa264c6f844baf6a08837509719d499 (diff) | |
download | freebsd-ports-gnome-772153352120ee52ce3cf5ab04b78154e117c56c.tar.gz freebsd-ports-gnome-772153352120ee52ce3cf5ab04b78154e117c56c.tar.zst freebsd-ports-gnome-772153352120ee52ce3cf5ab04b78154e117c56c.zip |
The recently imported patch-c[ab] contained RCS keywords. To
avoid trouble, fetch them as part of $DISTFILES and apply in
a pre-patch target.
Update my e-mail address in Whom: line.
Remove my name from the MAINTAINER line. Any takers?
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/unroff/Makefile | 29 | ||||
-rw-r--r-- | textproc/unroff/distinfo | 4 |
2 files changed, 28 insertions, 5 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 30c0886545b8..4d78af5e477c 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,20 +1,41 @@ # New ports collection makefile for: unroff # Version required: 1.0 # Date created: 18 Feb 1996 -# Whom: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> +# Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.2 1996/04/23 19:46:35 torstenb Exp $ +# $Id: Makefile,v 1.3 1996/11/17 08:45:18 obrien Exp $ # DISTNAME= unroff-1.0 +PKGNAME= unroff-1.0.2 CATEGORIES= print -MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ +MASTER_SITES= ${UNROFF_SITE}/dist/ \ + ${UNROFF_SITE}/contrib/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= ports@freebsd.org RUN_DEPENDS= elk:${PORTSDIR}/lang/elk BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DIST_SUBDIR= unroff PATCH_STRIP= -p1 +UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff +PATCH1= me-misc-patch +PATCH2= misc-patch-2 + +pre-patch: + @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" + @(cd ${_DISTDIR}; \ + if [ ${PATCH_DEBUG_TMP} = yes ]; then \ + ${ECHO_MSG} "===> Applying distribution patch ${PATCH1}" ; \ + fi; \ + ${PATCH} ${PATCH_DIST_ARGS} -p0 < ${PATCH1}; \ + if [ ${PATCH_DEBUG_TMP} = yes ]; then \ + ${ECHO_MSG} "===> Applying distribution patch ${PATCH2}" ; \ + fi; \ + ${PATCH} ${PATCH_DIST_ARGS} -p1 < ${PATCH2}) + .include <bsd.port.mk> diff --git a/textproc/unroff/distinfo b/textproc/unroff/distinfo index 5f94de640f2b..0b0b28d29aa9 100644 --- a/textproc/unroff/distinfo +++ b/textproc/unroff/distinfo @@ -1 +1,3 @@ -MD5 (unroff-1.0.tar.gz) = 918e9c065cb7486c4b885da7809f37e7 +MD5 (unroff/unroff-1.0.tar.gz) = 918e9c065cb7486c4b885da7809f37e7 +MD5 (unroff/me-misc-patch) = e0cfe9a5012f573cf774115562f4462e +MD5 (unroff/misc-patch-2) = ebedbf1a8dccfeb5ef3f996ba15374b2 |