aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/amiwm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-01-10 22:02:37 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-01-10 22:02:37 +0000
commite75d56626b6329664fe0ffbaba21cafa1b1e8998 (patch)
treee2bcb14afda193a653e7a02999f289935d7b9116 /x11-wm/amiwm
parent9b1fe05a9c3ec3c8a7c1c889aaaddd39f650dd8e (diff)
downloadports-e75d56626b6329664fe0ffbaba21cafa1b1e8998.tar.gz
ports-e75d56626b6329664fe0ffbaba21cafa1b1e8998.zip
- Update to 0.21pl2
- Pass maintainership to submitter PR: ports/153605 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Notes
Notes: svn path=/head/; revision=267616
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r--x11-wm/amiwm/Makefile19
-rw-r--r--x11-wm/amiwm/distinfo5
-rw-r--r--x11-wm/amiwm/pkg-plist6
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%%