diff options
author | ashish <ashish@FreeBSD.org> | 2015-02-10 16:49:57 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-02-10 16:49:57 +0800 |
commit | ae73a6478f85b728750bbd5d76daab2fa5bb8d24 (patch) | |
tree | 09ea6af921aaaacfeabc2ee265e664affdccfa8b /sysutils/squashfs-tools | |
parent | 930ca4a15c3d45b47f451ccfab5aab82cb9e247e (diff) | |
download | freebsd-ports-gnome-ae73a6478f85b728750bbd5d76daab2fa5bb8d24.tar.gz freebsd-ports-gnome-ae73a6478f85b728750bbd5d76daab2fa5bb8d24.tar.zst freebsd-ports-gnome-ae73a6478f85b728750bbd5d76daab2fa5bb8d24.zip |
- Add CPE information
PR: 152806
Submitted by: shun <shun.fbsd.pr at dropcut.net>
Diffstat (limited to 'sysutils/squashfs-tools')
-rw-r--r-- | sysutils/squashfs-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/squashfs-tools/Makefile b/sysutils/squashfs-tools/Makefile index 2a4210386eea..33ea215085a8 100644 --- a/sysutils/squashfs-tools/Makefile +++ b/sysutils/squashfs-tools/Makefile @@ -25,7 +25,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/squashfs-tools USE_CSTD= gnu89 -USES= alias gmake +USES= alias cpe gmake +CPE_PRODUCT= squashfs +CPE_VENDOR= phillip_lougher .include <bsd.port.options.mk> |