diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-11-20 06:39:20 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-11-20 06:39:20 +0000 |
commit | ff8038efa6ac5953103b2ea0d38a4856c6189055 (patch) | |
tree | 214892d56bd8bad3cd56662b3c7b954ee48d668c /x11-fm/gentoo/Makefile | |
parent | ade135a5d0656122733ee0f035184490d95cfbe5 (diff) |
Notes
Diffstat (limited to 'x11-fm/gentoo/Makefile')
-rw-r--r-- | x11-fm/gentoo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index 188243522da1..5c08c434775c 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gentoo -PORTVERSION= 0.11.41 +PORTVERSION= 0.11.43 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,8 +25,6 @@ MYPORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \ post-patch: @${REINPLACE_CMD} -e 's|icons|${DATADIR}/icons|g' ${WRKSRC}/gentoorc.in - @rm ${WRKSRC}/docs/gentoo.1x~ - @rm ${WRKSRC}/docs/scratch/command_args.txt~ post-install: ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1 |