diff options
author | tron <tron@pkgsrc.org> | 1999-07-05 20:55:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-05 20:55:01 +0000 |
commit | 0bfc84f355f06db50b6ff630a983ebf1e1599281 (patch) | |
tree | 5c6ba4cbf3a7aa6a28e3e0dd0b68b506a8c6d280 /editors/xemacs/Makefile | |
parent | 68f6e25a5a835c7700ad8ba13bae94bf1c2ad282 (diff) | |
download | pkgsrc-0bfc84f355f06db50b6ff630a983ebf1e1599281.tar.gz |
Readd "DIST_SUBDIR".
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index b2776a627d3..caf5e2bc949 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/07/05 16:36:58 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/07/05 20:55:01 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.3 @@ -23,6 +23,8 @@ NOT_FOR_PLATFORM= *-*-alpha *-*-mips #fails purespace dumping HAS_CONFIGURE= yes +DIST_SUBDIR= xemacs + .include "../../mk/bsd.prefs.mk" WITH_DIALOGS= --with-dialogs=athena3d |