diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-16 10:29:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-16 10:29:50 +0000 |
commit | 205d0f6d40e856b606561bd62a35d06f3466c93b (patch) | |
tree | 1f3c6baef6d2a439837e5a29e3a775495ee44394 /archivers/undms | |
parent | e73319ac89180fabf6376391bc00d822ffb02a15 (diff) | |
download | pkgsrc-205d0f6d40e856b606561bd62a35d06f3466c93b.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/undms')
-rw-r--r-- | archivers/undms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile index 41cd9d43018..334a9d818d4 100644 --- a/archivers/undms/Makefile +++ b/archivers/undms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:38 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/16 10:29:50 jlam Exp $ DISTNAME= undms-1.3.c PKGNAME= undms-1.3 @@ -10,7 +10,8 @@ EXTRACT_SUFX= .Z MAINTAINER= packages@netbsd.org COMMENT= Converts .dms Amiga disk images to uncompressed .adf images -NO_WRKSUBDIR= +USE_BUILDLINK_ONLY= # defined +NO_WRKSUBDIR= # defined EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} do-build: |