pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/gnuserv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  8 11:20:56 UTC 2018

Modified Files:
        pkgsrc/editors/gnuserv: Makefile

Log Message:
gnuserv: include bsd.prefs.mk for X11_TYPE

Comment out dead links.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/gnuserv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/gnuserv/Makefile
diff -u pkgsrc/editors/gnuserv/Makefile:1.16 pkgsrc/editors/gnuserv/Makefile:1.17
--- pkgsrc/editors/gnuserv/Makefile:1.16        Sun Feb 17 19:18:02 2013
+++ pkgsrc/editors/gnuserv/Makefile     Thu Mar  8 11:20:56 2018
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2013/02/17 19:18:02 dholland Exp $
+# $NetBSD: Makefile,v 1.17 2018/03/08 11:20:56 wiz Exp $
 
 DISTNAME=      gnuserv-3.12.7
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
 PKGREVISION=   4
 CATEGORIES=    editors
-MASTER_SITES=  ${HOMEPAGE}/src/
+#MASTER_SITES= ${HOMEPAGE}/src/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://meltin.net/hacks/emacs/
+#HOMEPAGE=     http://meltin.net/hacks/emacs/
 COMMENT=       Improved version of emacsserver for GNU Emacs
 
 CONFLICTS+=    xemacs-[0-9]*
@@ -23,6 +23,8 @@ post-install:
                ${INSTALL_DATA} $${FILE} $${FILE}c ${DESTDIR}${EMACS_LISPPREFIX};               \
        done
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${X11_TYPE} == "modular"
 CONFIGURE_ARGS+=       --x-includes=${PREFIX}/include
 CONFIGURE_ARGS+=       --x-libraries=${PREFIX}/lib



Home | Main Index | Thread Index | Old Index