diff options
author | hoek <hoek@FreeBSD.org> | 1999-01-04 02:58:53 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-01-04 02:58:53 +0800 |
commit | fe2b57072fe17c76ae6ba8fa85bf69a2b87a7911 (patch) | |
tree | 5eb7a5328350590c1a524ea97907f649fb399a02 /audio/dagrab/Makefile | |
parent | f304a6e5cd824a284ce59df133d52560086deb0b (diff) | |
download | freebsd-ports-gnome-fe2b57072fe17c76ae6ba8fa85bf69a2b87a7911.tar.gz freebsd-ports-gnome-fe2b57072fe17c76ae6ba8fa85bf69a2b87a7911.tar.zst freebsd-ports-gnome-fe2b57072fe17c76ae6ba8fa85bf69a2b87a7911.zip |
Respect CFLAGS.
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (ports/9287)
Diffstat (limited to 'audio/dagrab/Makefile')
-rw-r--r-- | audio/dagrab/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/dagrab/Makefile b/audio/dagrab/Makefile index 82b1da1e6dde..f65364d45672 100644 --- a/audio/dagrab/Makefile +++ b/audio/dagrab/Makefile @@ -3,7 +3,7 @@ # Date created: 2nd, Jan 1999 # Whom: Chia-liang Kao <clkao@CirX.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/02 19:40:28 hoek Exp $ # DISTNAME= dagrab-0.3 @@ -16,8 +16,6 @@ PATCHFILES= dagrab-freebsd.patch.gz MAINTAINER= clkao@CirX.ORG -USE_GMAKE= yes - MAN1= dagrab.1 do-install: |