diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-10-03 01:48:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-10-03 01:48:24 +0000 |
commit | 66e6839af8de432a73a3a2419d625efe5ac302d8 (patch) | |
tree | 77f0f9d1ab554f3192d6f0b4e728f6fa51ce0741 /editors | |
parent | - Update to 0.0.20051002 (diff) |
upgrade to 1.0.01
Notes
Notes:
svn path=/head/; revision=144024
Diffstat (limited to 'editors')
-rw-r--r-- | editors/aewan/Makefile | 24 | ||||
-rw-r--r-- | editors/aewan/distinfo | 4 |
2 files changed, 9 insertions, 19 deletions
diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index 6f6717d9f75a..224e1c867568 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aewan -PORTVERSION= 0.9.6 +PORTVERSION= 1.0.01 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,33 +15,23 @@ 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} +USE_GMAKE= yes -MAN1= aecat.1 aewan.1 +MAN1= aecat.1 aewan.1 aemakeflic.1 MAN5= aewan.5 -PLIST_FILES= bin/aecat bin/aewan +PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic .if !defined(NOPORTDOCS) -PORTDOCS= README +PORTDOCS= * .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} +post-install: + @${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff --git a/editors/aewan/distinfo b/editors/aewan/distinfo index a1811311b444..4f8a90757f6c 100644 --- a/editors/aewan/distinfo +++ b/editors/aewan/distinfo @@ -1,2 +1,2 @@ -MD5 (aewan-0.9.6.tar.gz) = 69bdb9e30c7819bedf1fc4fdf6ea6462 -SIZE (aewan-0.9.6.tar.gz) = 102400 +MD5 (aewan-1.0.01.tar.gz) = 89545338d1eba311297b520f9dc1b976 +SIZE (aewan-1.0.01.tar.gz) = 122880 |