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/freedialog | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
Diffstat (limited to 'misc/freedialog')
-rw-r--r-- | misc/freedialog/Makefile | 3 | ||||
-rw-r--r-- | misc/freedialog/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile index 1bd1933fda9f..3ef57c744692 100644 --- a/misc/freedialog/Makefile +++ b/misc/freedialog/Makefile @@ -17,7 +17,8 @@ COMMENT= An implementation of dialog(1) under a BSD-friendly license BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty -MAN1= dialog.1 +MAN1= dialog.1 +PLIST_FILES= bin/dialog post-extract: @(cd ${WRKSRC}; ${RM} -f .depend) diff --git a/misc/freedialog/pkg-plist b/misc/freedialog/pkg-plist deleted file mode 100644 index a6506be4f2df..000000000000 --- a/misc/freedialog/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dialog |