diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
commit | 7541282bbc857e3b52c8cedd620c9cfdf1f29f6c (patch) | |
tree | 5b0df8044181287ce76add40d52e28377ae1da32 /misc | |
parent | ba16dc1673b8cc85fd48bb880bafba35e7ee62b3 (diff) | |
download | freebsd-ports-gnome-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.tar.gz freebsd-ports-gnome-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.tar.zst freebsd-ports-gnome-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.zip |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 1 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 1 | ||||
-rw-r--r-- | misc/mc/Makefile | 1 | ||||
-rw-r--r-- | misc/wanpipe/Makefile | 1 | ||||
-rw-r--r-- | misc/xtail/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index b2cf3119d38e..d3196720841a 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX?= -server MAINTAINER= kuriyama@FreeBSD.org diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index b2cf3119d38e..d3196720841a 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX?= -server MAINTAINER= kuriyama@FreeBSD.org diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 0154304649dd..6ca15ce36e1c 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -12,7 +12,6 @@ CATEGORIES= misc shells MASTER_SITES= http://www.midnight-commander.org/downloads/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/file/managers/mc -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tar.lzma PATCH_SITES= ${MASTER_SITES} diff --git a/misc/wanpipe/Makefile b/misc/wanpipe/Makefile index 79a95b98c9c7..cc050318abc3 100644 --- a/misc/wanpipe/Makefile +++ b/misc/wanpipe/Makefile @@ -11,7 +11,6 @@ PORTVERSION= 3.3.1 PORTREVISION= 1 CATEGORIES= misc net kld MASTER_SITES= ftp://ftp.sangoma.com/FreeBSD/wanpipe/ports/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= jpaetzel@FreeBSD.org COMMENT= A FreeBSD Driver for Sangoma AFT/S51x Series Cards diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile index ab9aca4d0017..fbb8ec449ef5 100644 --- a/misc/xtail/Makefile +++ b/misc/xtail/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2.1 CATEGORIES= misc MASTER_SITES= http://www.unicom.com/sw/xtail/ \ http://utenti.gufi.org/~gmarco/files/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= gmarco@gufi.org COMMENT= Watches the growth of files or directories |