diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-02 01:00:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-02 01:00:04 +0800 |
commit | 175107cbe07d34766d688384dec091253b3fa967 (patch) | |
tree | 0859114abfd70a9b53ec82a443fb84c3901ac505 /sysutils/setcdboot | |
parent | babed82137c18843d170cadec25c38af9194451d (diff) | |
download | freebsd-ports-gnome-175107cbe07d34766d688384dec091253b3fa967.tar.gz freebsd-ports-gnome-175107cbe07d34766d688384dec091253b3fa967.tar.zst freebsd-ports-gnome-175107cbe07d34766d688384dec091253b3fa967.zip |
This port does not use any distfiles, so make it so.
Noticed by: kris
Diffstat (limited to 'sysutils/setcdboot')
-rw-r--r-- | sysutils/setcdboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/setcdboot/Makefile b/sysutils/setcdboot/Makefile index b5814203f0d0..c8cc38e4834c 100644 --- a/sysutils/setcdboot/Makefile +++ b/sysutils/setcdboot/Makefile @@ -13,13 +13,12 @@ CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Mark a file bootable within a DEC Alpha ISO-9660 image +DISTFILES= NO_WRKSUBDIR= yes PLIST_FILES= bin/setcdboot .include <bsd.port.pre.mk> -do-fetch: - do-extract: ${MKDIR} ${WRKDIR} ${CP} ${FILESDIR}/setcdboot.c ${WRKDIR} |