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 /sysutils/unquote | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
Diffstat (limited to 'sysutils/unquote')
-rw-r--r-- | sysutils/unquote/Makefile | 1 | ||||
-rw-r--r-- | sysutils/unquote/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/unquote/Makefile b/sysutils/unquote/Makefile index d63450b55fdd..a0d128321af3 100644 --- a/sysutils/unquote/Makefile +++ b/sysutils/unquote/Makefile @@ -16,6 +16,7 @@ COMMENT= "Execute a command with safely quoted arguments" MAN1= unquote.1 MANCOMPRESSED= yes +PLIST_FILES= bin/unquote .if !defined(NO_RELEASE) MAKE_ENV+= RELEASE=yes diff --git a/sysutils/unquote/pkg-plist b/sysutils/unquote/pkg-plist deleted file mode 100644 index 7ba903609c34..000000000000 --- a/sysutils/unquote/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/unquote |