mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
$NetBSD: patch-gtk_Makefile.am,v 1.1 2013/01/26 23:26:19 wiz Exp $
|
|
|
|
Disable empty po directory.
|
|
|
|
--- gtk/Makefile.am.orig 2008-06-17 22:32:05.000000000 +0000
|
|
+++ gtk/Makefile.am
|
|
@@ -1,7 +1,7 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
## Created by Anjuta
|
|
|
|
-SUBDIRS = src po
|
|
+SUBDIRS = src
|
|
|
|
ghbdocdir = ${prefix}/share/doc/ghb
|
|
ghbdoc_DATA = \
|