diff options
-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 |