diff options
author | hauke <hauke@pkgsrc.org> | 2018-01-30 11:52:18 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2018-01-30 11:52:18 +0000 |
commit | 6bd2c51e7e2f0dd3c7a556728e74a7e3a8f9a1e7 (patch) | |
tree | 7a831c9588d858404f14ae3199208049fbe41cf7 /editors/xemacs-current | |
parent | e0279c17dbc2c25811e8e442152510785e857c9a (diff) | |
download | pkgsrc-6bd2c51e7e2f0dd3c7a556728e74a7e3a8f9a1e7.tar.gz |
The xemacs* package Makefiles are minimal, with all common information
factored out to Makefile.common. This includes both upstream and
pkgsrc specific.version information.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 47b1ea24e9b..5a05cafd6c8 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.94 2018/01/28 20:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.95 2018/01/30 11:52:18 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 1 COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} # extra options for x11 support, not for sharing with xemacs-current-nox11 +# Version information in ../../editors/xemacs-current/Makefile.common PKG_SUPPORTED_OPTIONS+= x11 xft xface PKG_SUGGESTED_OPTIONS+= x11 diff --git a/editors/xemacs-current/Makefile.common b/editors/xemacs-current/Makefile.common index 8516c042f10..42a1015f176 100644 --- a/editors/xemacs-current/Makefile.common +++ b/editors/xemacs-current/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2017/11/17 14:17:17 hauke Exp $ +# $NetBSD: Makefile.common,v 1.9 2018/01/30 11:52:18 hauke Exp $ # # used by editors/xemacs-current/Makefile # used by editors/xemacs-current-nox11/Makefile @@ -6,7 +6,7 @@ DISTNAME= xemacs-21.5.34 EMACSVERSION= 21.5-b34 EMACS_DISTNAME= xemacs-${EMACSVERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} |