mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
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?
This commit is contained in:
parent
826c02d68c
commit
1efea212c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5888
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user