diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-16 17:19:46 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-16 17:19:46 +0800 |
commit | 66d9259b1a5329e2356b066a7580bb4eee66a088 (patch) | |
tree | f66c1dcabf4eff8604b6da0a5441efd8e4096c9d /net-im | |
parent | a3a95d876b4776100f9aa00673d98b2623e21533 (diff) | |
download | freebsd-ports-gnome-66d9259b1a5329e2356b066a7580bb4eee66a088.tar.gz freebsd-ports-gnome-66d9259b1a5329e2356b066a7580bb4eee66a088.tar.zst freebsd-ports-gnome-66d9259b1a5329e2356b066a7580bb4eee66a088.zip |
add a backup mastersite
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index f200b3bd0582..07eca7a3fed8 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -3,12 +3,13 @@ # Date created: 02 March 1999 # Whom: mharo@area51.fremont.ca.us # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/10 19:41:37 jseger Exp $ # DISTNAME= naim-0.9.3 CATEGORIES= net -MASTER_SITES= http://naim.n.ml.org/release/ +MASTER_SITES= http://naim.n.ml.org/release/ \ + ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= mharo@area51.fremont.ca.us @@ -22,7 +23,7 @@ post-install: ${MKDIR} ${PREFIX}/share/examples/naim ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ @${ECHO} "************************************************************" - @${CAT} ${MASTERDIR}/pkg/MESSAGE + @${CAT} ${PKGDIR}/MESSAGE @${ECHO} "************************************************************" .include <bsd.port.mk> |