Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 13:17:59 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335980 - in head/misc/deco: . files
Message-ID:  <201312091317.rB9DHxnk013118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Dec  9 13:17:59 2013
New Revision: 335980
URL: http://svnweb.freebsd.org/changeset/ports/335980

Log:
  - Add stage support

Modified:
  head/misc/deco/Makefile
  head/misc/deco/files/patch-Makefile.in
  head/misc/deco/pkg-plist

Modified: head/misc/deco/Makefile
==============================================================================
--- head/misc/deco/Makefile	Mon Dec  9 13:16:08 2013	(r335979)
+++ head/misc/deco/Makefile	Mon Dec  9 13:17:59 2013	(r335980)
@@ -16,8 +16,5 @@ COMMENT=	Demos Commander, a free Norton 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/share
 CONFIGURE_ENV=	ac_cv_lib_ncurses_tgetent=no
-MAN1=		deco.1
-MANLANG=	"" ru.KOI8-R
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/misc/deco/files/patch-Makefile.in
==============================================================================
--- head/misc/deco/files/patch-Makefile.in	Mon Dec  9 13:16:08 2013	(r335979)
+++ head/misc/deco/files/patch-Makefile.in	Mon Dec  9 13:17:59 2013	(r335980)
@@ -1,11 +1,34 @@
---- Makefile.in	Tue Jan  4 09:38:18 2000
-+++ Makefile.in	Sun Mar 23 23:05:33 2003
-@@ -44,7 +44,7 @@
+--- ./Makefile.in.orig	2000-01-04 05:38:18.000000000 -0200
++++ ./Makefile.in	2013-12-09 11:13:40.000000000 -0200
+@@ -40,23 +40,23 @@
+ 
+ install:        deco $(libdir)/deco $(libdir)/deco/help\
+ 			$(libdir)/deco/menu $(libdir)/deco/profile
+-		$(INSTALL_PROGRAM) deco $(bindir)
++		$(INSTALL_PROGRAM) deco ${DESTDIR}$(bindir)
  		cd help; for f in *.general *.edit *.view *.hexview; do\
- 			$(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done
- 		$(INSTALL_DATA) ref.man $(mandir)/man1/deco.1
+-			$(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done
+-		$(INSTALL_DATA) ref.man $(mandir)/man1/deco.1
 -		$(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
-+		$(INSTALL_DATA) cyrref.man $(mandir)/ru.KOI8-R/man1/deco.1
++			$(INSTALL_DATA) $$f ${DESTDIR}$(libdir)/deco/help/$$f; done
++		$(INSTALL_DATA) ref.man ${DESTDIR}$(mandir)/man1/deco.1
++		$(INSTALL_DATA) cyrref.man ${DESTDIR}$(mandir)/ru.KOI8-R/man1/deco.1
  
  $(libdir)/deco:
- 		mkdir $(libdir)/deco
+-		mkdir $(libdir)/deco
++		mkdir ${DESTDIR}$(libdir)/deco
+ 
+ $(libdir)/deco/help:
+-		mkdir $(libdir)/deco/help
++		mkdir ${DESTDIR}$(libdir)/deco/help
+ 
+ $(libdir)/deco/menu:
+-		$(INSTALL_DATA) menu $(libdir)/deco/menu
++		$(INSTALL_DATA) menu ${DESTDIR}$(libdir)/deco/menu
+ 
+ $(libdir)/deco/profile:
+-		$(INSTALL_DATA) profile $(libdir)/deco/profile
++		$(INSTALL_DATA) profile ${DESTDIR}$(libdir)/deco/profile
+ 
+ uninstall:
+ 

Modified: head/misc/deco/pkg-plist
==============================================================================
--- head/misc/deco/pkg-plist	Mon Dec  9 13:16:08 2013	(r335979)
+++ head/misc/deco/pkg-plist	Mon Dec  9 13:17:59 2013	(r335980)
@@ -1,4 +1,6 @@
 bin/deco
+man/man1/deco.1.gz
+man/ru.KOI8-R/man1/deco.1.gz
 %%DATADIR%%/help/d.edit
 %%DATADIR%%/help/d.general
 %%DATADIR%%/help/d.hexview



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312091317.rB9DHxnk013118>