pkgsrc/graphics/paper-icon-theme/patches/patch-autogen.sh
youri 877ebd9487 Import paper-icon-theme-1.3.2 as graphics/paper-icon-theme.
Paper is a modern freedesktop icon theme whose design is based around the use
of bold colours and simple geometric shapes to compose icons. Each icon has
been meticulously designed for pixel-perfect viewing.

While it does take some inspiration from the icons in Google's Material Design,
some aspects have been adjusted to better suit a desktop environment.
2016-06-13 00:26:04 +00:00

16 lines
375 B
Bash

$NetBSD: patch-autogen.sh,v 1.1 2016/06/13 00:26:04 youri Exp $
Do not hardcode /usr.
--- autogen.sh.orig 2016-05-23 02:15:15.000000000 +0000
+++ autogen.sh
@@ -6,6 +6,6 @@ autoreconf --force --install --symlink -
if test -z "${NOCONFIGURE}"; then
set -x
- ./configure --prefix=/usr "$@"
+ ./configure "$@"
make clean
-fi
\ No newline at end of file
+fi