diff options
author | sem <sem@FreeBSD.org> | 2005-06-05 20:49:47 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-05 20:49:47 +0800 |
commit | c4e68f04a609de80f5f8028ad1e6e692f567a8fb (patch) | |
tree | b7504d0df092d02fb31adda74dd7e613d48f36e6 /editors | |
parent | ff859e5d9cab6747a4e76bb5903283e0d2604d6b (diff) | |
download | freebsd-ports-gnome-c4e68f04a609de80f5f8028ad1e6e692f567a8fb.tar.gz freebsd-ports-gnome-c4e68f04a609de80f5f8028ad1e6e692f567a8fb.tar.zst freebsd-ports-gnome-c4e68f04a609de80f5f8028ad1e6e692f567a8fb.zip |
- Update to 0.9.6
PR: ports/81857
Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/aewan/Makefile | 22 | ||||
-rw-r--r-- | editors/aewan/distinfo | 4 |
2 files changed, 21 insertions, 5 deletions
diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index 17a960af8d0c..6f6717d9f75a 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aewan -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,16 +14,32 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based program for the creation and editing of ascii art +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= aecat.1 aewan.1 MAN5= aewan.5 -PORTDOCS= README PLIST_FILES= bin/aecat bin/aewan -post-install: +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure + +do-install: +.for i in aecat aewan + ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin +.endfor +.for i in aecat.1 aewan.1 + ${INSTALL_DATA} ${WRKSRC}/man/man1/${i} ${MANPREFIX}/man/man1 +.endfor +.for i in aewan.5 + ${INSTALL_DATA} ${WRKSRC}/man/man5/${i} ${MAN5PREFIX}/man/man5 +.endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README diff --git a/editors/aewan/distinfo b/editors/aewan/distinfo index 178716523f54..a1811311b444 100644 --- a/editors/aewan/distinfo +++ b/editors/aewan/distinfo @@ -1,2 +1,2 @@ -MD5 (aewan-0.9.3.tar.gz) = 5cff245a78f614a846c3328a9c2beb88 -SIZE (aewan-0.9.3.tar.gz) = 92160 +MD5 (aewan-0.9.6.tar.gz) = 69bdb9e30c7819bedf1fc4fdf6ea6462 +SIZE (aewan-0.9.6.tar.gz) = 102400 |