diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-11 22:58:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-11 22:58:19 +0000 |
commit | 1d710016d9eae4050df29cabe1cb01c82f717ca5 (patch) | |
tree | 5cf704e10290e5c216228c7781dd8cdcdc2191ce /comms/minicom | |
parent | 3e415190b1d1ff22d3e5ab467a3552918044a983 (diff) | |
download | ports-1d710016d9eae4050df29cabe1cb01c82f717ca5.tar.gz ports-1d710016d9eae4050df29cabe1cb01c82f717ca5.zip |
Fix "DISTFILES".
Submitted by: steve
Notes
Notes:
svn path=/head/; revision=33716
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 5e2c155d1b12..4f7e01e52427 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.clinet.fi/~walker/ \ http://www.pp.clinet.fi/~walker/ MASTER_SITE_SUBDIR= apps/serialcomm/dialout -DISTFILES= ${PKGNAME}.src.tar.gz +DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org |