diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-04 19:21:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-04 19:21:43 +0000 |
commit | d8238738f47ddf6251ae29c982a79930c285955c (patch) | |
tree | 49b5ae721e9c92482925fd8d8eea42cb2b449dc2 /net | |
parent | 5bcd51df20b4f6bc8af2e10717d755fe2765da55 (diff) | |
download | ports-d8238738f47ddf6251ae29c982a79930c285955c.tar.gz ports-d8238738f47ddf6251ae29c982a79930c285955c.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/bounce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index 3640c24c7f4a..8cc8a026739e 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -12,7 +12,7 @@ PKGNAME= bounce-1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ http://www.freebsd.org/~obrien/Distfiles/ -DISTFILES= ${DISTNAME}.c +EXTRACT_SUFX= .c MAINTAINER= obrien@FreeBSD.org |