$NetBSD: patch-po_Makefile,v 1.3 2019/08/31 21:32:13 schmonz Exp $

Avoid rebuilding at install time.

--- po/Makefile.orig	2019-02-26 23:01:54.000000000 +0000
+++ po/Makefile
@@ -12,7 +12,7 @@ all: ikiwiki.pot mo $(TRANSLATED_UNDERLA
 
 mo: $(MOFILES)
 
-install: all
+install:
 	# Normal mo files for program translation.
 	for file in $(MOFILES); do \
 		lang=`echo $$file | sed 's/\.mo//'`; \
