diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-28 09:08:15 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-28 09:08:15 +0000 |
commit | 9254dee6a1b619c8e91aeb9ba9f2909447214586 (patch) | |
tree | 253be6598a902ed306efaee2bf4dc05d7a3ccd4c /sysutils/webjob | |
parent | e04f19568f03d8bc8083bd3c03caa38b78052cf7 (diff) |
Correct PKGORIGIN precisely according to PR/58268.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=92426
Diffstat (limited to 'sysutils/webjob')
-rw-r--r-- | sysutils/webjob/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile index ef90d6ae57ac..88d0aba57b03 100644 --- a/sysutils/webjob/Makefile +++ b/sysutils/webjob/Makefile @@ -7,7 +7,7 @@ PORTNAME= webjob PORTVERSION= 1.3.0 -CATEGORIES= security sysutils +CATEGORIES= sysutils security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webjob EXTRACT_SUFX= .tgz |