From 7c5f0bb1b29fe529b26f3b549696d880fb7cb801 Mon Sep 17 00:00:00 2001 From: mef Date: Fri, 14 Jun 2013 14:03:50 +0000 Subject: [PATCH] Sorry, removing garbage. --- net/twittering-mode/Makefile.~1.6.~ | 33 ----------------------------- 1 file changed, 33 deletions(-) delete mode 100644 net/twittering-mode/Makefile.~1.6.~ diff --git a/net/twittering-mode/Makefile.~1.6.~ b/net/twittering-mode/Makefile.~1.6.~ deleted file mode 100644 index a76aaba7d42e..000000000000 --- a/net/twittering-mode/Makefile.~1.6.~ +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile.~1.6.~,v 1.1 2013/06/14 13:41:46 mef Exp $ - -DISTNAME= twittering-mode-3.0.0 -CATEGORIES= net - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/hayamiz/twittering-mode/ -COMMENT= Emacs client for twitter -LICENSE= gnu-gpl-v2 - -MASTER_SITES+= http://sourceforge.net/projects/twmode/files/twittering-mode-3.0.0/ - -NO_BUILD= yes -USE_LANGUAGES= # none -TEST_TARGET= check - -# Original shows vHEAD by M-x twittering-mode-version, but it might be nice -# to tell a user the version number by this command (mef@). -SUBST_CLASSES+= version -SUBST_MESSAGE.version= Replace version string 'HEAD' by ${PKGVERSION} -SUBST_STAGE.version= post-patch -SUBST_FILES.version= twittering-mode.el -SUBST_SED.version= -e '/defconst/s,HEAD,${PKGVERSION},' - -.include "../../editors/emacs/modules.mk" -# Avoid single file spread out just under site-lisp directory. -# And directory name should get higher precedence, so begins with 'a'. -INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/a-files - -do-install: - ${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS} - -.include "../../mk/bsd.pkg.mk"