diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /misc/iselect | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
Diffstat (limited to 'misc/iselect')
-rw-r--r-- | misc/iselect/Makefile | 3 | ||||
-rw-r--r-- | misc/iselect/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 4be25e812016..9639792ac620 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -16,6 +16,7 @@ COMMENT= Interactive Selection Tool HAS_CONFIGURE= yes -MAN1= iselect.1 +MAN1= iselect.1 +PLIST_FILES= bin/iselect .include <bsd.port.mk> diff --git a/misc/iselect/pkg-plist b/misc/iselect/pkg-plist deleted file mode 100644 index b04d23cf41bd..000000000000 --- a/misc/iselect/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/iselect |