summaryrefslogtreecommitdiff
path: root/net/mldonkey
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2013-12-28 11:03:26 +0000
committerjaapb <jaapb@pkgsrc.org>2013-12-28 11:03:26 +0000
commit5765d8f81ffc8e2c10c7f0ce69ab7158833f0d3f (patch)
treebb4077396f5f0649b89cadd2f725b31406d6b6f1 /net/mldonkey
parentbcdb34c77efd21a708ec999d1c46702408c2df83 (diff)
downloadpkgsrc-5765d8f81ffc8e2c10c7f0ce69ab7158833f0d3f.tar.gz
Moved pre-configure to Makefile.common so it will get applied by both
net/mldonkey and net/mldonkey-gui. Fix for PR pkg/48461.
Diffstat (limited to 'net/mldonkey')
-rw-r--r--net/mldonkey/Makefile5
-rw-r--r--net/mldonkey/Makefile.common5
2 files changed, 5 insertions, 5 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile
index 9ada5b96d94..ea84a7fedde 100644
--- a/net/mldonkey/Makefile
+++ b/net/mldonkey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2013/12/26 12:02:39 jaapb Exp $
+# $NetBSD: Makefile,v 1.73 2013/12/28 11:03:26 jaapb Exp $
#
.include "Makefile.common"
@@ -31,9 +31,6 @@ FILES_SUBST+= MLDONKEY_GROUP=${MLDONKEY_GROUP:Q}
FILES_SUBST+= MLDONKEY_HOME=${MLDONKEY_HOME:Q}
FILES_SUBST+= MLDONKEY_USER=${MLDONKEY_USER:Q}
-pre-configure:
- cd ${WRKSRC}/config && autoconf
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mlnet ${DESTDIR}${PREFIX}/libexec/mldonkey
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common
index 363adb507e8..a99e54fc701 100644
--- a/net/mldonkey/Makefile.common
+++ b/net/mldonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2013/12/26 12:02:39 jaapb Exp $
+# $NetBSD: Makefile.common,v 1.49 2013/12/28 11:03:26 jaapb Exp $
#
# used by net/mldonkey/Makefile
# used by net/mldonkey-gui/Makefile
@@ -33,6 +33,9 @@ UNLIMIT_RESOURCES= stacksize
# needs 3.10.1 or newer to work correctly on NetBSD/amd64
BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.1
+pre-configure:
+ cd ${WRKSRC}/config && autoconf
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"