diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 10:18:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 10:18:51 +0000 |
commit | 5222d6e212d3c539844c56c77419ca5d7a937adb (patch) | |
tree | fec3471e49940191c082707091e4144ede4ad861 /emulators | |
parent | 4a114ec1e9ad3fc540194d914246a235ba13dab8 (diff) | |
download | ports-5222d6e212d3c539844c56c77419ca5d7a937adb.tar.gz ports-5222d6e212d3c539844c56c77419ca5d7a937adb.zip |
Cleanup plist
Notes
Notes:
svn path=/head/; revision=370433
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/kqemu-kmod/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index e058954ec07f..71c019a1e4da 100644 --- a/emulators/kqemu-kmod/Makefile +++ b/emulators/kqemu-kmod/Makefile @@ -34,11 +34,8 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> PORTDOCS= kqemu-doc.html kqemu-tech.html -PLIST_FILES= "include/kqemu/kqemu.h" -PLIST_FILES+= "@dirrm include/kqemu" -PLIST_FILES+= "@cwd /" -PLIST_FILES+= ${KMODDIR:C,^/,,}/kqemu.ko -PLIST_FILES+= "@cwd ${PREFIX}" +PLIST_FILES= include/kqemu/kqemu.h +PLIST_FILES+= ${KMODDIR}/kqemu.ko MAKEFILE= Makefile.freebsd |