| To: "Makoto Fujiwara" <makoto@users.sourceforge.net>
| Cc: pkgsrc-wip-discuss@lists.sourceforge.net, pkgsrc-wip-cvs@lists.sourceforge.net | Subject: Re: CVS commit: wip/emacs-current | From: "OBATA Akio" <obache@users.sourceforge.net> | Date: Sat, 31 Jul 2010 18:01:20 +0900 | You can use bin/emacs-${PKGVERSION} in PLIST. Now both packages has following file -rwxr-xr-x 2 root wheel 0 Jul 31 17:16 bin/emacs-24.0.50 == bin/emacs Thank you,
This commit is contained in:
parent
5e205ec260
commit
7d02391417
3 changed files with 4 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/07/31 07:45:17 makoto Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/07/31 13:30:31 makoto Exp $
|
||||
#
|
||||
|
||||
DISTNAME= emacs-nox11-24.0.50
|
||||
|
@ -63,8 +63,6 @@ CHECK_WRKREF_SKIP+= bin/emacs-${PKGVERSION_NOREV}
|
|||
|
||||
FILESDIR= ${.CURDIR}/../../editors/emacs/files
|
||||
|
||||
PLIST_SUBST+= DISTNAME=${DISTNAME:C/-nox11//:Q}
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.50 2010/07/31 08:21:30 makoto Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2010/07/31 13:30:31 makoto Exp $
|
||||
#
|
||||
|
||||
DISTNAME= emacs-24.0.50
|
||||
|
@ -52,7 +52,6 @@ CHECK_WRKREF_SKIP+= bin/emacs
|
|||
CHECK_WRKREF_SKIP+= bin/emacs-${PKGVERSION_NOREV}
|
||||
|
||||
FILESDIR= ${.CURDIR}/../../editors/emacs/files
|
||||
PLIST_SUBST+= DISTNAME=${DISTNAME}
|
||||
|
||||
post-extract:
|
||||
cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.87 2010/07/31 07:45:17 makoto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.88 2010/07/31 13:30:31 makoto Exp $
|
||||
bin/b2m
|
||||
bin/ctags
|
||||
bin/ebrowse
|
||||
bin/emacs
|
||||
bin/${DISTNAME}
|
||||
bin/emacs-${PKGVERSION}
|
||||
bin/emacsclient
|
||||
bin/etags
|
||||
bin/grep-changelog
|
||||
|
|
Loading…
Reference in a new issue