aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-09-04 03:52:38 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-09-04 03:52:38 +0000
commit4cbb42473ace7ed6c66c6b89accbf04246a99a1b (patch)
tree2a5db03c321a7053e464c3571f64bfc39942b9f9 /graphics
parented39f67745e559b54b275e3f4643853e3d72decf (diff)
downloadports-4cbb42473ace7ed6c66c6b89accbf04246a99a1b.tar.gz
ports-4cbb42473ace7ed6c66c6b89accbf04246a99a1b.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixie/Makefile8
-rw-r--r--graphics/pixie/distinfo4
-rw-r--r--graphics/pixie/files/patch-Makefile.am11
-rw-r--r--graphics/pixie/files/pkg-message.in (renamed from graphics/pixie/pkg-message)0
4 files changed, 6 insertions, 17 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index c3159a5b80eb..f2baf58ccc9c 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pixie
-PORTVERSION= 1.3.26
+PORTVERSION= 1.4.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -37,7 +37,8 @@ WRKSRC= ${WRKDIR}/Pixie
PIXIE_EXES= precomp rndr sdrc sdrinfo show texmake
PIXIE_SHLIBS= file framebuffer rgbe
-PKGMESSAGE= ${WRKDIR}/pkg-message
+SUB_FILES= pkg-message
+SUB_LIST+= PORTNAME=${PORTNAME}
.include <bsd.port.pre.mk>
@@ -109,7 +110,6 @@ do-install:
.endif
post-install:
- @(${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%PORTNAME%%|${PORTNAME}|' \
- <pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE})
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/graphics/pixie/distinfo b/graphics/pixie/distinfo
index 65b23c4c4d9d..851da69d20a1 100644
--- a/graphics/pixie/distinfo
+++ b/graphics/pixie/distinfo
@@ -1,2 +1,2 @@
-MD5 (Pixie-src-1.3.26.tgz) = 41edc8e96dcb7d4a1a669f28be36e31c
-SIZE (Pixie-src-1.3.26.tgz) = 4969827
+MD5 (Pixie-src-1.4.5.tgz) = 51378b014fea28b2efa239aa4b74bda9
+SIZE (Pixie-src-1.4.5.tgz) = 5424713
diff --git a/graphics/pixie/files/patch-Makefile.am b/graphics/pixie/files/patch-Makefile.am
deleted file mode 100644
index a1a216519a35..000000000000
--- a/graphics/pixie/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig
-+++ Makefile.am
-@@ -2,7 +2,7 @@
-
- topdir = $(prefix)
-
--top_DATA = README AUTHORS LICENSE COPYING
-+#top_DATA = README AUTHORS LICENSE COPYING
-
- EXTRA_DIST = Pixie.dsw Pixie.ncb Pixie.opt DEVNOTES LICENSE makeclean.bat makeinst.bat tutorials win32inst
-
diff --git a/graphics/pixie/pkg-message b/graphics/pixie/files/pkg-message.in
index 63cbbb286458..63cbbb286458 100644
--- a/graphics/pixie/pkg-message
+++ b/graphics/pixie/files/pkg-message.in