gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1122: clean up hello


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1122: clean up hello
Date: Sun, 11 Nov 2012 13:08:28 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1122
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 13:08:28 +0100
message:
  clean up hello
modified:
  gnu/hello/Makefile
=== modified file 'gnu/hello/Makefile'
--- a/gnu/hello/Makefile        2012-10-27 23:43:13 +0000
+++ b/gnu/hello/Makefile        2012-11-11 12:08:28 +0000
@@ -1,17 +1,19 @@
 GARNAME = hello
 GARVERSION = 2.8
+HOME_URL = http://www.gnu.org/software/hello/manual/
+DESCRIPTION = A program that produces a familiar, friendly greeting
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = hello/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/hello/manual/
-DESCRIPTION = A program that produces a familiar, friendly greeting
+######################################################################
 
 include ../../gar.lib/auto.mk
-include config.mk
\ No newline at end of file
+include config.mk


reply via email to

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