diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-06-05 12:49:47 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-06-05 12:49:47 +0000 |
commit | 2fcaba2b13bf08c5f1764bc8139fa1283151027b (patch) | |
tree | f08249a6d953d36cc66a392a15a7886c61b6a0da | |
parent | e64e4e1ad001f07aadea36dcf549d5ef0caf659b (diff) |
Notes
-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 |