diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-22 21:50:14 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-22 21:50:14 +0800 |
commit | 7cb263ffa91fe9f7a5caa33c8aa4a6380d90ea60 (patch) | |
tree | 151f10a145c25210064987c4de46acf0601f4fd7 /security/f-prot/Makefile | |
parent | a6300b5c4cfc669b953cc6000c139cff550c7d44 (diff) | |
download | freebsd-ports-gnome-7cb263ffa91fe9f7a5caa33c8aa4a6380d90ea60.tar.gz freebsd-ports-gnome-7cb263ffa91fe9f7a5caa33c8aa4a6380d90ea60.tar.zst freebsd-ports-gnome-7cb263ffa91fe9f7a5caa33c8aa4a6380d90ea60.zip |
Submitted by: maintainer
Correct the pathname of WRKSRC.
Diffstat (limited to 'security/f-prot/Makefile')
-rw-r--r-- | security/f-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index a61016c2b12e..3c7dc9d48009 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -19,7 +19,7 @@ NO_PACKAGE= Free for personal use only NO_CDROM= Free for personal use only RESTRICTED= Free for personal use only -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}-${PORTNAME} +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} NO_BUILD= yes MAN1= f-prot.1 |