diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-06-03 01:16:12 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-06-03 01:16:12 +0000 |
commit | bdc21f58ca4591266c14e31f98cacf739f0e4e71 (patch) | |
tree | b31856982b213042b8d9732875b3b53dbe9970b2 /misc/apparix/Makefile | |
parent | 1ce7f7a1ae3fedb9d7a53a1f957dc5185a5c488c (diff) | |
download | ports-bdc21f58ca4591266c14e31f98cacf739f0e4e71.tar.gz ports-bdc21f58ca4591266c14e31f98cacf739f0e4e71.zip |
Notes
Diffstat (limited to 'misc/apparix/Makefile')
-rw-r--r-- | misc/apparix/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile index 5ceca5ca24ff..debb14c4df94 100644 --- a/misc/apparix/Makefile +++ b/misc/apparix/Makefile @@ -6,14 +6,15 @@ # PORTNAME= apparix -PORTVERSION= 20060105 +PORTVERSION= 20060523 CATEGORIES= misc MASTER_SITES= http://micans.org/apparix/src/ -DISTNAME= ${PORTNAME}-06-005 +DISTNAME= ${PORTNAME}-06-142 MAINTAINER= steinex@nognu.de COMMENT= Bookmark directories and apparate inside them +USE_GCC= 3.2+ GNU_CONFIGURE= yes MANCOMPRESSED= no @@ -25,7 +26,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} .endfor |