diff options
| author | Michael Haro <mharo@FreeBSD.org> | 1999-04-20 02:31:23 +0000 |
|---|---|---|
| committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-20 02:31:23 +0000 |
| commit | e55d4974b3a4d97df5a008446e439ad5a2cbbcad (patch) | |
| tree | a5ba300f2ade2a22f45f201ac974985527bf32f2 /net/gaim/Makefile | |
| parent | 05e76083ed46464c4eccf1a443733db07253644d (diff) | |
Send the port bloat to DISTFILES.
Noticed by: Chuck Robey <chuckr@picnic.mat.net>
Diffstat (limited to 'net/gaim/Makefile')
| -rw-r--r-- | net/gaim/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index adbcbd2473b5..9583a0276a95 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -3,19 +3,22 @@ # Date created: 26 Mar 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/19 00:15:51 mharo Exp $ # DISTNAME= gaim-19990311 PKGNAME= gaim-0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ + http://www.freebsd.org/~mharo/distfiles/ \ ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} logo.xpm MAINTAINER= jim@phrantic.phear.net LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ALL_TARGET= gaim USE_GMAKE= yes USE_X_PREFIX= yes @@ -23,7 +26,7 @@ USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" post-patch: - ${CP} ${FILESDIR}/logo.xpm ${WRKSRC}/pixmaps + ${CP} ${DISTDIR}/logo.xpm ${WRKSRC}/pixmaps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gaim ${PREFIX}/bin |
