diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 10:16:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 10:16:21 +0000 |
commit | 6963a2b623afc3ca3618e1c32531d02db1ebcb1b (patch) | |
tree | fece0a5f3782dfe7fcdb140422447d52e4608181 /comms | |
parent | Yet again fix cranking sound. (diff) |
Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
of taking it out. My apologies.
Reported by: maintainer
Notes
Notes:
svn path=/head/; revision=33183
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 70429c8fe9f6..057a132f2c54 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ lsz:${PORTSDIR}/comms/lrzsz +WRKSRC= ${WRKDIR}/${DISTNAME}/src #USE_GMAKE= "for ``po'' dir stuff" MAN1= minicom.1 runscript.1 ascii-xfr.1 |