diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 07:45:50 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 07:45:50 +0800 |
commit | 6905529b6375bdf98d00aa870b5579f8c5c827ca (patch) | |
tree | 6527b4f806e7fff16dc79ba52026951aa7ef575c /Mk/bsd.port.mk | |
parent | 48682c41de1b5d43a7a8b777e9fbc6654a39ca86 (diff) | |
download | freebsd-ports-gnome-6905529b6375bdf98d00aa870b5579f8c5c827ca.tar.gz freebsd-ports-gnome-6905529b6375bdf98d00aa870b5579f8c5c827ca.tar.zst freebsd-ports-gnome-6905529b6375bdf98d00aa870b5579f8c5c827ca.zip |
Add charsetfix-post-patch to _PATCH_SEQ
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b8e03e5db46a..b8cf7f0b3dde 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6475,7 +6475,7 @@ _EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \ post-extract post-extract-script _PATCH_DEP= extract _PATCH_SEQ= ask-license patch-message patch-depends pathfix-pre-patch pre-patch \ - pre-patch-script do-patch post-patch post-patch-script + pre-patch-script do-patch charsetfix-post-patch post-patch post-patch-script _CONFIGURE_DEP= patch _CONFIGURE_SEQ= build-depends lib-depends configure-message run-autotools-fixup \ configure-autotools pre-configure pre-configure-script \ |