gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r990: clean up ed


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r990: clean up ed
Date: Sun, 28 Oct 2012 12:06:21 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 990
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 12:06:21 +0100
message:
  clean up ed
modified:
  gnu/ed/Makefile
=== modified file 'gnu/ed/Makefile'
--- a/gnu/ed/Makefile   2012-08-25 22:15:17 +0000
+++ b/gnu/ed/Makefile   2012-10-28 11:06:21 +0000
@@ -1,16 +1,19 @@
 GARNAME = ed
 GARVERSION = 1.6
+HOME_URL = http://www.gnu.org/software/ed/
+DESCRIPTION = GNU ed, an implementation of the standard Unix editor
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = ed/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/ed/
-DESCRIPTION = GNU ed, an implementation of the standard Unix editor
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]