diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-01 01:51:39 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-01 01:51:39 +0800 |
commit | 28ca7254718d2b6b2feab90205148ad0405f052f (patch) | |
tree | 1f12c4fc9e5a73b8a868332e674b49570124921e /devel/p5-Devel-BeginLift | |
parent | 5f62ca151bd952d90a74dd7ae063407c81ad70c4 (diff) | |
download | freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.tar.gz freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.tar.zst freebsd-ports-gnome-28ca7254718d2b6b2feab90205148ad0405f052f.zip |
Only append to EXTRA_PATCHES after bsd.port.pre.mk
Diffstat (limited to 'devel/p5-Devel-BeginLift')
-rw-r--r-- | devel/p5-Devel-BeginLift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Devel-BeginLift/Makefile b/devel/p5-Devel-BeginLift/Makefile index 28ea2e292e5f..c90e4942af91 100644 --- a/devel/p5-Devel-BeginLift/Makefile +++ b/devel/p5-Devel-BeginLift/Makefile @@ -21,7 +21,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502501 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-BeginLift.xs +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-BeginLift.xs .endif .include <bsd.port.post.mk> |