aboutsummaryrefslogtreecommitdiff
path: root/editors/paredit-mode.el
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-08-09 09:29:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-08-09 09:29:37 +0000
commit485de99c70d596c9361fb90e0ec869efccdcc2eb (patch)
treed79ffa033f2f9364337a370f349a3757332352db /editors/paredit-mode.el
parent2593c962e86654d0d781fb400fc1aa02f82e17c8 (diff)
downloadports-485de99c70d596c9361fb90e0ec869efccdcc2eb.tar.gz
ports-485de99c70d596c9361fb90e0ec869efccdcc2eb.zip
Add pkg-message with setup instructions.
Notes
Notes: svn path=/head/; revision=258998
Diffstat (limited to 'editors/paredit-mode.el')
-rw-r--r--editors/paredit-mode.el/Makefile4
-rw-r--r--editors/paredit-mode.el/pkg-message7
2 files changed, 11 insertions, 0 deletions
diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile
index ce1f139ad02d..6609e1a6cf1e 100644
--- a/editors/paredit-mode.el/Makefile
+++ b/editors/paredit-mode.el/Makefile
@@ -7,6 +7,7 @@
PORTNAME= paredit-mode.el
PORTVERSION= 21
+PORTREVISION= 1
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= olgeni
@@ -24,4 +25,7 @@ PLIST_FILES= %%EMACS_SITE_LISPDIR%%/paredit.el
do-install:
@${INSTALL_DATA} ${WRKSRC}/paredit.el ${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/editors/paredit-mode.el/pkg-message b/editors/paredit-mode.el/pkg-message
new file mode 100644
index 000000000000..42ab47233130
--- /dev/null
+++ b/editors/paredit-mode.el/pkg-message
@@ -0,0 +1,7 @@
+===================================================
+
+You should add the following line to your ~/.emacs:
+
+ (require 'paredit)
+
+===================================================