mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
15 lines
341 B
INI
15 lines
341 B
INI
$NetBSD: patch-src_src.pro,v 1.1 2012/12/07 23:52:09 schnoebe Exp $
|
|
|
|
Remove unneeded DESTDIR statement, it broke the install target.
|
|
|
|
--- src/src.pro.orig 2012-10-04 00:53:03.000000000 +0000
|
|
+++ src/src.pro
|
|
@@ -6,7 +6,6 @@
|
|
TEMPLATE = app
|
|
TARGET = psi
|
|
CONFIG += qt thread x11
|
|
-DESTDIR = $$PWD/..
|
|
|
|
#CONFIG += use_crash
|
|
CONFIG += pep
|