diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 19:16:06 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 19:16:06 +0000 |
commit | f518f29a6c15698766da425f2ad87212c18bd4c4 (patch) | |
tree | 32f3472a8d83018cacfbbb92c51df5cc2af67e50 /net/gnosamba/Makefile | |
parent | Update to 1.6.5.1a. (diff) |
- distfile now ends in '.orig'
- add missing USE_REINPLACE
PR: 52138
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | net/gnosamba/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index a6aac19c59a4..fbbb4e04eaec 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -8,15 +8,18 @@ PORTNAME= gnosamba PORTVERSION= 0.3.3 CATEGORIES= net gnome -MASTER_SITES= http://linuxberg.ii.net/files/gnome/network/ \ - http://www.open-systems.com/gnosamba/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/g/gnosamba +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Samba configuration tool for X Window System -USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig + USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOME= gnomelibs +USE_REINPLACE= yes GNU_CONFIGURE= yes post-patch: |