diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-02 14:58:22 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-02 14:58:22 +0000 |
commit | 2cad26d0d94d7a42cc516382d4abaf27b486b80c (patch) | |
tree | 4958accbfe86a4755ef807b0d280861adf4234f3 /sysutils/doinkd/Makefile | |
parent | newpcm reports the mixer vol control as an input, but it is an output (diff) |
- Fix Makefile and pkg-plist
- Respect CFLAGS
PR: 22541
Submitted by: MAINTAINER
Diffstat (limited to 'sysutils/doinkd/Makefile')
-rw-r--r-- | sysutils/doinkd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile index 2040354d5007..3b289983a8ee 100644 --- a/sysutils/doinkd/Makefile +++ b/sysutils/doinkd/Makefile @@ -7,6 +7,7 @@ PORTNAME= idled PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.darkwing.com/idled/download/ \ ftp://ftp.cs.hope.edu/pub/idled/ |