Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 09:21:03 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346294 - in head/x11-clocks/astime: . files
Message-ID:  <201402270921.s1R9L35F053768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb 27 09:21:03 2014
New Revision: 346294
URL: http://svnweb.freebsd.org/changeset/ports/346294
QAT: https://qat.redports.org/buildarchive/r346294/

Log:
  - Update MASTER_SITES
  - Add LICENSE
  - Support STRIP properly
  
  PR:		187062

Deleted:
  head/x11-clocks/astime/files/
Modified:
  head/x11-clocks/astime/Makefile

Modified: head/x11-clocks/astime/Makefile
==============================================================================
--- head/x11-clocks/astime/Makefile	Thu Feb 27 09:20:04 2014	(r346293)
+++ head/x11-clocks/astime/Makefile	Thu Feb 27 09:21:03 2014	(r346294)
@@ -5,17 +5,28 @@ PORTNAME=	astime
 PORTVERSION=	2.8
 PORTREVISION=	2
 CATEGORIES=	x11-clocks afterstep
-MASTER_SITES=	ftp://ftp.afterstep.org/apps/astime/ \
-		http://www.tigr.net/afterstep/download/astime/
+MASTER_SITES=	AFTERSTEP/apps/astime/ \
+		http://tigr.net/afterstep/download/astime/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Time/Date applet for WindowMaker
 
+LICENSE=	GPLv2
+
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--with-xpm-library="${LOCALBASE}/lib" --with-xpm-includes="${LOCALBASE}/include/X11"
-INSTALL_TARGET=	install install.man
+CONFIGURE_ARGS=	--with-xpm-includes=${LOCALBASE}/include \
+		--with-xpm-library=${LOCALBASE}/lib
+
+PLIST_FILES=	bin/astime man/man1/astime.1.gz
+
+post-build:
+	@${LN} -sf astime.man ${WRKSRC}/astime.1
 
-PLIST_FILES=	bin/astime man/man1/${PORTNAME}.1.gz
+do-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} astime \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} astime.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1)
 
 .include <bsd.port.mk>



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