commit 25aadd4f619d6a8960c630a09cd7e8479f6dafb9
parent 8728fc8c891b4907919c1b53bac1615a27ef1569
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 15 Mar 2015 21:44:48 -0600
Makefile: uninstall removes PriceChart.pm
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -4,6 +4,7 @@ HTDOCS=/var/www/htdocs
 
 DEV_BIN=/home/kyle/src/pricechart
 BINS=price_scraper product_scraper gen_index pc_fcgi gen_svg
+# WARNING stupid idiom used below if adding > 1 item to LIBS!!
 LIBS=PriceChart.pm
 
 install:
@@ -20,6 +21,6 @@ install:
 	chown -R www $(HTDOCS)/pricechart
 
 uninstall:
-	rm /etc/rc.d/pc_fcgi
-	# rm $(PERL_LIBDATA)/$(LIBS)
+	# rm /etc/rc.d/pc_fcgi
+	rm $(PERL_LIBDATA)/$(LIBS)
 	# rm $(USR_LOCAL_BIN)/$(BINS)