diff options
author | dhn <dhn@FreeBSD.org> | 2011-01-11 06:02:37 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-01-11 06:02:37 +0800 |
commit | c6d65e8638d6efce05a9bf58ad67b9c3b58f147d (patch) | |
tree | 24ab45580430a7bc7449411d1ac331d93b3bedbd /x11-wm/amiwm | |
parent | f31695e21173bcf00c75b018e9421468bf1c9f24 (diff) | |
download | freebsd-ports-gnome-c6d65e8638d6efce05a9bf58ad67b9c3b58f147d.tar.gz freebsd-ports-gnome-c6d65e8638d6efce05a9bf58ad67b9c3b58f147d.tar.zst freebsd-ports-gnome-c6d65e8638d6efce05a9bf58ad67b9c3b58f147d.zip |
- Update to 0.21pl2
- Pass maintainership to submitter
PR: ports/153605
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r-- | x11-wm/amiwm/Makefile | 19 | ||||
-rw-r--r-- | x11-wm/amiwm/distinfo | 5 | ||||
-rw-r--r-- | x11-wm/amiwm/pkg-plist | 6 |
3 files changed, 13 insertions, 17 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index 8cea2be72749..24edcde3607e 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -6,27 +6,24 @@ # PORTNAME= amiwm -PORTVERSION= 0.20.p48 -PORTREVISION= 2 +PORTVERSION= 0.21.pl2 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ \ - http://www.plig.org/xwinman/archive/amiwm/ -DISTNAME= ${PORTNAME}0.20pl48 +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ +DISTNAME= ${PORTNAME}0.21pl2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dcarmich@dcarmichael.net COMMENT= A window manager that makes your desktop look like an Amiga(TM) GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_X11_EXTENSIONS_SHAPE_H" USE_XORG= x11 ice sm xext xmu MAN1= amiwm.1 post-install: .if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/amiwm" - @${MKDIR} ${PREFIX}/share/doc/amiwm - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm - @${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm + @${ECHO_MSG} "===> Copying documents to ${DOCSDIR}" + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README + @${INSTALL_DATA} ${WRKSRC}/README.modules ${DOCSDIR}/README.modules .endif .include <bsd.port.mk> diff --git a/x11-wm/amiwm/distinfo b/x11-wm/amiwm/distinfo index ee529b6e2d31..d19674eb101e 100644 --- a/x11-wm/amiwm/distinfo +++ b/x11-wm/amiwm/distinfo @@ -1,3 +1,2 @@ -MD5 (amiwm0.20pl48.tar.gz) = bfe907be9e94f6a47fec5181361176f2 -SHA256 (amiwm0.20pl48.tar.gz) = a354d67de725ae07ca54284bf1f9ba4cec6874017f2391fbeb465ca84aa827d3 -SIZE (amiwm0.20pl48.tar.gz) = 141542 +SHA256 (amiwm0.21pl2.tar.gz) = 7d8f83ae15f04fdc2c188e546bf8233974f5e38f2b4724655128ab7b5351c3df +SIZE (amiwm0.21pl2.tar.gz) = 195128 diff --git a/x11-wm/amiwm/pkg-plist b/x11-wm/amiwm/pkg-plist index ede974ffba8d..dececc0d7429 100644 --- a/x11-wm/amiwm/pkg-plist +++ b/x11-wm/amiwm/pkg-plist @@ -14,7 +14,7 @@ lib/X11/amiwm/requestchoice lib/X11/amiwm/schwartz.map lib/X11/amiwm/system.amiwmrc lib/X11/amiwm/system.map -%%PORTDOCS%%share/doc/amiwm/README -%%PORTDOCS%%share/doc/amiwm/README.modules +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.modules @dirrm lib/X11/amiwm -%%PORTDOCS%%@dirrm share/doc/amiwm +%%PORTDOCS%%@dirrm %%DOCSDIR%% |