diff options
author | asami <asami@FreeBSD.org> | 1996-12-17 13:31:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-17 13:31:55 +0800 |
commit | 9258fee2506469518250da7b2d47639a1520117e (patch) | |
tree | 1ec7eb2f4d40af6a129ddc5b259e1f713646d334 /mail | |
parent | 5743310e9f3efd337b87aa24470c5460a2627611 (diff) | |
download | freebsd-ports-gnome-9258fee2506469518250da7b2d47639a1520117e.tar.gz freebsd-ports-gnome-9258fee2506469518250da7b2d47639a1520117e.tar.zst freebsd-ports-gnome-9258fee2506469518250da7b2d47639a1520117e.zip |
Move sounds.tar.gz (renamed xfaces-sounds.tar.gz) from ${FILESDIR} to
freefall's LOCAL_PORTS area.
Requested by: peter
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfaces/Makefile | 10 | ||||
-rw-r--r-- | mail/xfaces/distinfo | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index b66d3fa581d4..8898cbc5d541 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -5,14 +5,16 @@ # With some # modifications from: Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1996/12/16 14:42:10 markm Exp $ +# $Id: Makefile,v 1.3 1996/12/17 05:08:34 asami Exp $ # DISTNAME= xfaces-3.3 CATEGORIES= mail +# xfaces-sounds.tar.gz only in LOCAL_PORTS MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \ - ftp://odie.physik2.uni-rostock.de/pub/ -EXTRACT_SUFX= .tar.Z + ftp://odie.physik2.uni-rostock.de/pub/ \ + ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de @@ -22,7 +24,7 @@ LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces USE_IMAKE= YES pre-configure: - @(cd ${WRKSRC}; tar xzf ${FILESDIR}/sounds.tar.gz) + @ln -sf ../sounds ${WRKSRC} pre-install: @${MKDIR} ${LOCALBASE}/share/sounds diff --git a/mail/xfaces/distinfo b/mail/xfaces/distinfo index 43a40bed52b7..1180d8bf5529 100644 --- a/mail/xfaces/distinfo +++ b/mail/xfaces/distinfo @@ -1 +1,2 @@ MD5 (xfaces-3.3.tar.Z) = c47b81f72b892be37d25dd29567bec04 +MD5 (xfaces-sounds.tar.gz) = 999cf0f5c62ee033da0403d4b0bf6ff5 |