diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 06:17:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 06:17:57 +0800 |
commit | 4b77b79d675f8aace83d05c70635ab1697899265 (patch) | |
tree | 1f648a502fbd8512b87240794af1a21b0ad80f15 /lang/modula-3-lib | |
parent | 6c98a40e6eee74a7050842b409fcb783020ec1bf (diff) | |
download | freebsd-ports-gnome-4b77b79d675f8aace83d05c70635ab1697899265.tar.gz freebsd-ports-gnome-4b77b79d675f8aace83d05c70635ab1697899265.tar.zst freebsd-ports-gnome-4b77b79d675f8aace83d05c70635ab1697899265.zip |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
Diffstat (limited to 'lang/modula-3-lib')
-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 |