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-nox11 | |
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-nox11')
-rw-r--r-- | editors/xemacs-nox11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index d01895aad73..525c23b8910 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2018/01/28 20:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/01/30 11:52:18 hauke Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} -PKGREVISION= 1 COMMENT= XEmacs text editor version 21 (no x11 support) +# Version information in ../../editors/xemacs/Makefile.common + .include "../../editors/xemacs/Makefile.common" .include "../../mk/bsd.pkg.mk" |