Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 13:47:57 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332482 - in head/editors/asedit: . files
Message-ID:  <201311021347.rA2Dlvo9092527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Nov  2 13:47:56 2013
New Revision: 332482
URL: http://svnweb.freebsd.org/changeset/ports/332482

Log:
  - Respect CFLAGS
  - Switch to PLIST_FILES
  - Support staging
  
  PR:		ports/181068
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Deleted:
  head/editors/asedit/files/patch-aa
  head/editors/asedit/pkg-plist
Modified:
  head/editors/asedit/Makefile   (contents, props changed)

Modified: head/editors/asedit/Makefile
==============================================================================
--- head/editors/asedit/Makefile	Sat Nov  2 13:42:25 2013	(r332481)
+++ head/editors/asedit/Makefile	Sat Nov  2 13:47:56 2013	(r332482)
@@ -5,8 +5,7 @@ PORTNAME=	asedit
 PORTVERSION=	1.3.2
 PORTREVISION=	4
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	editors
+MASTER_SITES=	XCONTRIB/editors
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
@@ -15,7 +14,18 @@ COMMENT=	Text editor for X/Motif
 USES=		imake:notall motif
 USE_XORG=	ice sm x11 xext xmu xp xt
 
-MAN1=		asedit.1
+PLIST_FILES=	bin/asedit \
+		lib/X11/app-defaults/Asedit \
+		lib/X11/app-defaults/Asedit-sgi \
+		lib/X11/app-defaults/Asedit_em \
+		lib/X11/app-defaults/Asedit_em-sgi \
+		lib/X11/asedit.hlp \
+		lib/X11/asedit_em.hlp \
+		man/man1/asedit.1.gz
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/^XMLIB/s|-lPW|| ; \
+		 /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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