aboutsummaryrefslogtreecommitdiff
path: root/editors/paredit-mode.el/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2011-12-04 19:51:18 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2011-12-04 19:51:18 +0000
commit6085d8c8d17ddba3f5f4c0c85d7628ea719f6f84 (patch)
tree979927510275d1de3ac174b5829d8ca9db07b4ba /editors/paredit-mode.el/Makefile
parentf8062c77e32994abda063dcaa129b3637e72bbf7 (diff)
downloadports-6085d8c8d17ddba3f5f4c0c85d7628ea719f6f84.tar.gz
ports-6085d8c8d17ddba3f5f4c0c85d7628ea719f6f84.zip
Upgrade to version 22 and use an official MASTER_SITE.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=286869
Diffstat (limited to 'editors/paredit-mode.el/Makefile')
-rw-r--r--editors/paredit-mode.el/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile
index 3046b4f7f3a9..ed68055aa561 100644
--- a/editors/paredit-mode.el/Makefile
+++ b/editors/paredit-mode.el/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= paredit-mode.el
-PORTVERSION= 21
-PORTREVISION= 4
+PORTVERSION= 22
CATEGORIES= editors elisp
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= olgeni
-DISTNAME= paredit-${PORTVERSION}
+MASTER_SITES= http://mumble.net/~campbell/emacs/
+DISTNAME= paredit-22.el
+EXTRACT_SUFX=
+EXTRACT_ONLY=
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Minor mode for performing editing of S-expression data
@@ -23,7 +23,7 @@ NO_BUILD= yes
PLIST_FILES= %%EMACS_SITE_LISPDIR%%/paredit.el
do-install:
- @${INSTALL_DATA} ${WRKSRC}/paredit.el ${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
+ @${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
post-install:
@${CAT} ${PKGMESSAGE}