summaryrefslogtreecommitdiff
path: root/editors/manedit/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-14 07:49:54 +0000
committerrillig <rillig>2007-10-14 07:49:54 +0000
commit92787fb8eee18f42858fe4c8aec60103295ab314 (patch)
treeb922a343d839339dca0b954315266a9b1eaceadc /editors/manedit/Makefile
parent2d60bd4d68b15474896e37a57f2bfaf8e28ee854 (diff)
downloadpkgsrc-92787fb8eee18f42858fe4c8aec60103295ab314.tar.gz
Updated manedit to 0.8.1.
Release Notes ------------- Fixed a bug that caused a crash whenever a string was added to the selection. Added new select and copy functions to the Viewer's menu. Improved the Editor's copy/paste ownership widget behavior. Fixed a GtkSelection bug in which redundant GtkSignals were being connected. Added pointer roller scroll support. Fixed a bug in the mapping of popup menus.
Diffstat (limited to 'editors/manedit/Makefile')
-rw-r--r--editors/manedit/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile
index ee10a89a6ab..7d2bf08676e 100644
--- a/editors/manedit/Makefile
+++ b/editors/manedit/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2007/01/07 09:13:52 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/14 07:49:54 rillig Exp $
#
-DISTNAME= manedit-0.5.6
-PKGREVISION= 4
+DISTNAME= manedit-0.8.1
CATEGORIES= editors
MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/
EXTRACT_SUFX= .tar.bz2
@@ -20,22 +19,19 @@ MAKE_ENV+= CPP=${CXX:Q}
# The FreeBSD makefile may be used as "generic UNIX".
MAKE_FILE= Makefile.FreeBSD
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man7
+INSTALLATION_DIRS_FROM_PLIST= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/manedit ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/utils/manview.sh ${PREFIX}/bin/manview
${INSTALL_SCRIPT} ${WRKSRC}/utils/manwrap.sh ${PREFIX}/bin/manwrap
- ${INSTALL_DATA_DIR} ${PREFIX}/share/manedit \
- ${PREFIX}/share/manedit/templates \
- ${PREFIX}/share/manedit/icons
${INSTALL_MAN} ${WRKSRC}/manedit.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/help/manpage_writing_procedures \
${PREFIX}/${PKGMANDIR}/man7/manpage_writing_procedures.7
- ${INSTALL_MAN} ${WRKSRC}/help/manpage_xml_referance \
+ ${INSTALL_MAN} ${WRKSRC}/help/manpage_xml_reference \
${PREFIX}/${PKGMANDIR}/man7/manpage_xml_reference.7
- cd ${WRKSRC}/templates && ${INSTALL_DATA} api.mpt config.mpt \
- intro.mpt program.mpt ${PREFIX}/share/manedit/templates
+ cd ${WRKSRC}/templates && ${INSTALL_DATA} *.mpt \
+ ${PREFIX}/share/manedit/templates
cd ${WRKSRC} && ${INSTALL_DATA} manedit.xpm \
${PREFIX}/share/manedit/icons