diff options
author | asami <asami@FreeBSD.org> | 2000-01-17 12:22:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-17 12:22:46 +0000 |
commit | 672345a9efcdf5740f4159458ff2c6a109173286 (patch) | |
tree | 1f798f42637412a3e8aa6da9e13843045a9cce2d /shells/flash | |
parent | 3407abec9f39917f0c1e8f94e0e69a0571042346 (diff) | |
download | FreeBSD-ports-672345a9efcdf5740f4159458ff2c6a109173286.zip FreeBSD-ports-672345a9efcdf5740f4159458ff2c6a109173286.tar.gz |
Don't include bsd.port.pre.mk twice.
Diffstat (limited to 'shells/flash')
-rw-r--r-- | shells/flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 25e002f..6450c6b 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -67,4 +67,4 @@ post-install: @${ECHO} "it to work properly." @${ECHO} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |