diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:17:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 22:17:57 +0000 |
commit | fe6ac563ee8335718d384d697fe15ddc3c607dd3 (patch) | |
tree | 5f8b5282c12249d6cc909dbf041b11ba323dbd9a /lang | |
parent | Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. (diff) |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Notes
Notes:
svn path=/head/; revision=33485
Diffstat (limited to 'lang')
-rw-r--r-- | lang/modula-3-lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile index a055728d6845..70b5214ee946 100644 --- a/lang/modula-3-lib/Makefile +++ b/lang/modula-3-lib/Makefile @@ -50,11 +50,11 @@ DISTFILES+= m3-fbsd-boot-3.6.tar.gz .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400011 -EXTRA_PATCHES= ${FILESDIR}/patch-new-sigset-aa \ - ${FILESDIR}/patch-new-sigset-ab \ - ${FILESDIR}/patch-new-sigset-ac +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-new-sigset-aa \ + ${PATCHDIR}/extra-patch-new-sigset-ab \ + ${PATCHDIR}/extra-patch-new-sigset-ac .else -EXTRA_PATCHES= ${FILESDIR}/patch-old-sigset-aa +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old-sigset-aa .endif # Startup script, run at boot time |