diff options
Diffstat (limited to 'sysutils/pkg_remove')
-rw-r--r-- | sysutils/pkg_remove/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pkg_remove/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pkg_remove/Makefile b/sysutils/pkg_remove/Makefile index 21f0c19..944303a 100644 --- a/sysutils/pkg_remove/Makefile +++ b/sysutils/pkg_remove/Makefile @@ -17,6 +17,7 @@ COMMENT= Utility to uninstall packages NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_FILES= bin/pkg_remove SRC= ${.CURDIR}/src do-fetch: diff --git a/sysutils/pkg_remove/pkg-plist b/sysutils/pkg_remove/pkg-plist deleted file mode 100644 index b870198..0000000 --- a/sysutils/pkg_remove/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pkg_remove |