(1) Correction to PKGNAME, following new emacs meta-pkg naming policy
like not emacs but emacs24. As of writing this, the other idea came out that it should take different name than other emacs packages, meaning not emacs24 but emacs244 (?) (2) PLIST had PKGNAME referenced. Now references DISTNAME.
This commit is contained in:
parent
4ec9c08859
commit
6eaa10eaaf
2 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.65 2013/03/15 14:09:50 makoto Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2013/05/04 13:35:44 makoto Exp $
|
||||
#
|
||||
|
||||
.include "version.mk"
|
||||
DISTNAME= emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
|
||||
#PKGNAME= emacs-24.0.50
|
||||
PKGNAME= emacs24-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= #
|
||||
|
||||
|
@ -40,6 +40,7 @@ BUILD_DEFS+= VARBASE
|
|||
BUILD_DEFS+= GAMEDATAMODE
|
||||
|
||||
PLIST_SRC+= PLIST
|
||||
PLIST_SUBST+= DISTNAME=${DISTNAME}
|
||||
|
||||
MAKE_DIRS_PERMS+= ${VARBASE}/games/emacs ${GAMEOWN:Q} ${GAMEGRP} ${GAMEDIRMODE:Q}
|
||||
CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/emacs/snake-scores ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEDATAMODE:Q}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.123 2013/05/03 12:20:39 makoto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.124 2013/05/04 13:35:44 makoto Exp $
|
||||
bin/ctags
|
||||
bin/ebrowse
|
||||
bin/emacs
|
||||
bin/${PKGNAME}
|
||||
bin/${DISTNAME}
|
||||
bin/emacsclient
|
||||
bin/etags
|
||||
bin/grep-changelog
|
||||
|
|
Loading…
Reference in a new issue