diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-01 16:58:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-01 16:58:49 +0000 |
commit | 468b924fb02369150454ec1f7e28d7368a8bec90 (patch) | |
tree | 8fa68e0c5b7ea2618e6818c30940b1c261afa1af /editors/puff | |
parent | db0a24a5476660a59f2cb8935bdea823161e8ce0 (diff) | |
download | ports-468b924fb02369150454ec1f7e28d7368a8bec90.tar.gz ports-468b924fb02369150454ec1f7e28d7368a8bec90.zip |
Notes
Diffstat (limited to 'editors/puff')
-rw-r--r-- | editors/puff/Makefile | 2 | ||||
-rw-r--r-- | editors/puff/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index 8bd1dccedf67..6881190e9d04 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -15,4 +15,6 @@ COMMENT= Simple and efficient text editor WRKSRC= ${WRKDIR}/puff +PLIST_FILES= bin/puff etc/puff.conf.sample + .include <bsd.port.mk> diff --git a/editors/puff/pkg-plist b/editors/puff/pkg-plist deleted file mode 100644 index 55db46fd3760..000000000000 --- a/editors/puff/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/puff -etc/puff.conf.sample |