diff options
author | dholland <dholland> | 2012-05-23 04:47:13 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-23 04:47:13 +0000 |
commit | 519acbb628a8f050794968ffa9714853a6f4051d (patch) | |
tree | 21ea191501d7c68d453d415f45f84ea2a04df338 /editors/jed | |
parent | 0b21b92b977dea50b4921d744fdcc815b4e0faea (diff) | |
download | pkgsrc-519acbb628a8f050794968ffa9714853a6f4051d.tar.gz |
note where this is used
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile.common | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index 7bac4a14260..724185ddcf7 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,5 +1,10 @@ -# $NetBSD: Makefile.common,v 1.10 2012/03/12 12:07:40 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.11 2012/05/23 04:47:13 dholland Exp $ # + +# used by: +# editors/jed/Makefile +# editors/xjed/Makefile + DISTNAME= jed-0.99-16 CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \ |