diff options
author | demon <demon@FreeBSD.org> | 2009-03-05 00:16:26 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2009-03-05 00:16:26 +0800 |
commit | 65fa4e5462de24cde1f1671b4f8186578c8b1a70 (patch) | |
tree | a9206504ccc0f6b902b0931673d734ee0ae9a6f8 /ftp/uftp/Makefile | |
parent | b0793dd46e3b19815ab830e8c24c06765296ad37 (diff) | |
download | freebsd-ports-gnome-65fa4e5462de24cde1f1671b4f8186578c8b1a70.tar.gz freebsd-ports-gnome-65fa4e5462de24cde1f1671b4f8186578c8b1a70.tar.zst freebsd-ports-gnome-65fa4e5462de24cde1f1671b4f8186578c8b1a70.zip |
Use DIST_SUBDIR because DISTFILE has no version information.
Asked by: pav
Diffstat (limited to 'ftp/uftp/Makefile')
-rw-r--r-- | ftp/uftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/uftp/Makefile b/ftp/uftp/Makefile index da736b5c0419..9ece318f9c07 100644 --- a/ftp/uftp/Makefile +++ b/ftp/uftp/Makefile @@ -11,6 +11,7 @@ CATEGORIES= ftp MASTER_SITES= http://www.tcnj.edu/~bush/ DISTNAME= uftp EXTRACT_SUFX= .tar +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= A multicast capable FTP client and server |