diff options
author | rene <rene@FreeBSD.org> | 2014-01-27 20:19:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-27 20:19:23 +0800 |
commit | a39301d924af791d3246545ca977b493321c1649 (patch) | |
tree | 080d44d89be25834518ce6fc432eb51991e21a62 /sysutils/mono-kmod | |
parent | 61e75b1e390fa9e971b753884aceff03b2b8f49c (diff) | |
download | freebsd-ports-gnome-a39301d924af791d3246545ca977b493321c1649.tar.gz freebsd-ports-gnome-a39301d924af791d3246545ca977b493321c1649.tar.zst freebsd-ports-gnome-a39301d924af791d3246545ca977b493321c1649.zip |
- Support stage
- Include bsd.port.mk once
- Remove redundant variable declaration
Approved by: portmgr (infrastructure blanket)
Diffstat (limited to 'sysutils/mono-kmod')
-rw-r--r-- | sysutils/mono-kmod/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index a0ddf63dde42..e9d08cfa0291 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -13,17 +13,10 @@ ONLY_FOR_ARCHS= i386 amd64 arm USE_BZIP2= yes SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes - -USES= kmod -.include <bsd.port.pre.mk> +USES= kmod uidfix PLIST_FILES= "@cwd /%%KMODDIR%%" PLIST_FILES+= mono.ko -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |