diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-02 02:49:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-02 02:49:32 +0000 |
commit | 466eb19304eb5e38314b7097743beb8a145e157d (patch) | |
tree | f31cb7c3108fd87df93e5da198f825de76192a6b /devel/portmk | |
parent | 5481a389f75d312beb5110c155f40f760e78a0b1 (diff) |
I suppose that one of these years I'll remember to quit committing local
changes to this file. At least they're harmless.
Notes
Notes:
svn path=/head/; revision=164188
Diffstat (limited to 'devel/portmk')
-rw-r--r-- | devel/portmk/Mk/bsd.port.subdir.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/portmk/Mk/bsd.port.subdir.mk b/devel/portmk/Mk/bsd.port.subdir.mk index 99667d1aeb75..82ba7d542b74 100644 --- a/devel/portmk/Mk/bsd.port.subdir.mk +++ b/devel/portmk/Mk/bsd.port.subdir.mk @@ -33,7 +33,7 @@ # configure, deinstall, # depend, depends, describe, extract, fetch, fetch-list, ignorelist, # install, maintainer, makesum, package, readmes, realinstall, reinstall, -# status, tags +# tags # # search: # Search for ports using either 'make search key=<keyword>' @@ -110,7 +110,6 @@ TARGETS+= package TARGETS+= package-recursive TARGETS+= realinstall TARGETS+= reinstall -TARGETS+= status TARGETS+= tags .for __target in ${TARGETS} |