diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-20 14:01:43 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-06-20 14:01:43 +0000 |
commit | a9cb854246fe9057e44169bec731922e535992c0 (patch) | |
tree | cfe1bd36bb7ae5dbaea8941b0fbe1336c48d8d39 /sysutils/biosfont | |
parent | 0eb24b416b1fd8196b9a51a76b9d492efbf580a2 (diff) | |
download | ports-a9cb854246fe9057e44169bec731922e535992c0.tar.gz ports-a9cb854246fe9057e44169bec731922e535992c0.zip |
Fix "pkg_delete" problem after LICENSE knob issue found.
Feature safe: yes
Spotted by: itetcu
Approved by: rene (maintainer) via #bsdports
Notes
Notes:
svn path=/head/; revision=256761
Diffstat (limited to 'sysutils/biosfont')
-rw-r--r-- | sysutils/biosfont/Makefile | 2 | ||||
-rw-r--r-- | sysutils/biosfont/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index 2fcdd47701e5..d0c94c7b722e 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -22,7 +22,7 @@ MAN4= biosfont.4 KMODDIR?= /boot/modules -PLIST_SUB= KMODDIR=${KMODDIR} +PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX} MAKE_ENV+= KMODDIR=${KMODDIR} .include <bsd.port.pre.mk> diff --git a/sysutils/biosfont/pkg-plist b/sysutils/biosfont/pkg-plist index 83997d2de36f..6f37f66257f8 100644 --- a/sysutils/biosfont/pkg-plist +++ b/sysutils/biosfont/pkg-plist @@ -2,3 +2,4 @@ include/biosfont.h @cwd %%KMODDIR%% biosfont.ko @unexec kldxref %%KMODDIR%% +@cwd %%PREFIX%% |