aboutsummaryrefslogtreecommitdiff
path: root/net-im/amsn/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2003-02-22 11:34:36 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2003-02-22 11:34:36 +0000
commit421791789bf3053b0e80c82a0253449e90b44126 (patch)
tree0be07b3e5e471bf2da74b35ceab8c0bd3653218c /net-im/amsn/Makefile
parenta8c8ef7681a14e1e565c1cd40cc0ac609aada74a (diff)
downloadports-421791789bf3053b0e80c82a0253449e90b44126.tar.gz
ports-421791789bf3053b0e80c82a0253449e90b44126.zip
- Morten Østergaard created a nice demon logo to get rid of the penguin
- committed uuencoded version of the gif file, since cvs isn't that good in handline binaries - in the post install section the old logo simply gets overwritten Submitted by: "Morten Østergaard" <webmaster@supermorten.dk>
Notes
Notes: svn path=/head/; revision=76139
Diffstat (limited to 'net-im/amsn/Makefile')
-rw-r--r--net-im/amsn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/amsn/Makefile b/net-im/amsn/Makefile
index fa5daa0f4084..c4ff57fdcd20 100644
--- a/net-im/amsn/Makefile
+++ b/net-im/amsn/Makefile
@@ -7,6 +7,7 @@
PORTNAME= amsn
PORTVERSION= 0.71
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.sourceforge.net/${PORTNAME}/
@@ -43,5 +44,7 @@ post-install:
> ${PREFIX}/bin/amsn
@${CHMOD} 555 ${PREFIX}/bin/amsn
@${CHMOD} 555 ${PREFIX}/lib/msn/amsn
+ @uudecode -o ${PREFIX}/lib/msn/i/logolinmsn.gif \
+ ${FILESDIR}/logolinmsn.gif.uue
.include <bsd.port.mk>