svn commit: r332482 - in head/editors/asedit: . files
Pawel Pekala
pawel at FreeBSD.org
Sat Nov 2 13:47:57 UTC 2013
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 at 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 at 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>
More information about the svn-ports-head
mailing list